Skip to content

Commit 0ec68ed

Browse files
authored
Merge pull request #77 from wollomatic/dependabot/docker/golang-1.25.5-alpine3.22
Bump golang from 1.25.4-alpine3.22 to 1.25.5-alpine3.22
2 parents eead766 + 3e8675c commit 0ec68ed

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/docker-image-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Run Gosec Security Scanner
2323
uses: securego/gosec@master
@@ -37,9 +37,9 @@ jobs:
3737
run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> "$GITHUB_OUTPUT"
3838

3939
- name: Install Cosign
40-
uses: sigstore/cosign-installer@v3.10.0
40+
uses: sigstore/cosign-installer@v4.0.0
4141
with:
42-
cosign-release: 'v2.6.0'
42+
cosign-release: 'v2.6.1'
4343

4444
- name: Set up Docker Buildx
4545
uses: docker/setup-buildx-action@v3

.github/workflows/docker-image-testing.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ permissions:
44
packages: write
55

66
on:
7+
workflow_dispatch:
78
push:
89
branches:
910
- develop
@@ -18,7 +19,7 @@ jobs:
1819

1920
steps:
2021
- name: Checkout
21-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2223

2324
- name: Run Gosec Security Scanner
2425
uses: securego/gosec@master

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM --platform=$BUILDPLATFORM golang:1.25.4-alpine3.22 AS build
2+
FROM --platform=$BUILDPLATFORM golang:1.25.5-alpine3.22 AS build
33
WORKDIR /application
44
COPY . ./
55
ARG TARGETOS

0 commit comments

Comments
 (0)