Skip to content

Commit aa1fbdb

Browse files
chore(deps): bump golang in the ci group (#547)
Bumps the ci group with 1 update: golang. Updates `golang` from 1.25.5-alpine3.22 to 1.26rc2-alpine3.22 --- updated-dependencies: - dependency-name: golang dependency-version: 1.26rc2-alpine3.22 dependency-type: direct:production dependency-group: ci ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b4478e2 commit aa1fbdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Builder stage
2-
FROM golang:1.25.5-alpine3.22 AS builder
2+
FROM golang:1.25.6-alpine3.22 AS builder
33

44
# Enable CGO and set platform
55
ENV CGO_ENABLED=1 GOOS=linux GOARCH=amd64

0 commit comments

Comments
 (0)