Skip to content

Commit 03c2243

Browse files
chore(deps)(deps): bump the docker-images group
Bumps the docker-images group in /gearbox-agent with 2 updates: golang and alpine. Updates `golang` from 1.25-alpine to 1.26-alpine Updates `alpine` from `865b95f` to `2510918` --- updated-dependencies: - dependency-name: golang dependency-version: 1.26-alpine dependency-type: direct:production dependency-group: docker-images - dependency-name: alpine dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-images ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0a31b56 commit 03c2243

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gearbox-agent/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1: Build Go binary
2-
FROM golang:1.25-alpine AS go-builder
2+
FROM golang:1.26-alpine AS go-builder
33

44
# Install build dependencies (git for go modules, ca-certificates, tzdata for runtime)
55
RUN apk add --no-cache git ca-certificates tzdata
@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=${TARGETARCH} go build \
2525
./cmd/gearbox-agent
2626

2727
# Stage 2: Final runtime image
28-
FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
28+
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
2929

3030
# Install runtime dependencies
3131
RUN apk add --no-cache ca-certificates tzdata

0 commit comments

Comments
 (0)