Skip to content

Commit e5e0702

Browse files
chore(deps)(deps): bump alpine in /gearbox in the docker-images group
Bumps the docker-images group in /gearbox with 1 update: alpine. Updates `alpine` from `865b95f` to `2510918` --- updated-dependencies: - 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 f434a01 commit e5e0702

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gearbox/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build \
3939
./cmd/server
4040

4141
# Stage 3: Final runtime image
42-
FROM alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
42+
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
4343

4444
# Install runtime dependencies (sqlite-libs for CGO-built binary)
4545
RUN apk add --no-cache ca-certificates tzdata wget sqlite-libs

0 commit comments

Comments
 (0)