Skip to content

Commit dbeab5f

Browse files
authored
Merge pull request #417 from matheuscscp/dependabot/project-526c78c865
Bump the "project" group with 2 updates across multiple ecosystems
2 parents 2302512 + 8907f90 commit dbeab5f

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@ jobs:
5656
- uses: ./.github/actions/ci-checks/
5757
if: steps.check-new-releases.outputs.new-releases == 'yes'
5858

59-
- uses: sigstore/cosign-installer@v3.10.0
59+
- uses: sigstore/cosign-installer@v4.0.0
6060
if: steps.check-new-releases.outputs.new-releases == 'yes'
61+
with:
62+
cosign-release: v2.6.1 # TODO: remove after Flux 2.8 with support for cosign v3
6163

6264
- name: Release Container in GitHub Container Registry
6365
id: release-container-ghcr

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
FROM golang:1.25.2-alpine3.21 AS builder
23+
FROM golang:1.25.3-alpine3.21 AS builder
2424

2525
RUN apk add --no-cache clang llvm bpftool libbpf-dev
2626

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# SOFTWARE.
2222

2323
# Build stage
24-
FROM golang:1.25.2-alpine3.21 AS builder
24+
FROM golang:1.25.3-alpine3.21 AS builder
2525

2626
RUN apk add --no-cache clang llvm bpftool libbpf-dev
2727

0 commit comments

Comments
 (0)