Skip to content

Commit 495783f

Browse files
committed
Merge branch 'main' of github.com:sarg3nt/gearbox
2 parents 7ef3c09 + 759ee5d commit 495783f

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)