Skip to content

Commit a2829ef

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gearbox/Dockerfile

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

44
# Pinned to match CI (.github/workflows/ci.yml TEMPL_VERSION).
55
# Bump in lockstep when upgrading.
@@ -17,7 +17,7 @@ COPY . .
1717
RUN templ generate
1818

1919
# Stage 2: Build Go binary
20-
FROM golang:1.25-alpine AS go-builder
20+
FROM golang:1.26-alpine AS go-builder
2121

2222
# Install build dependencies (gcc and musl-dev required for CGO/sqlite3)
2323
RUN apk add --no-cache git ca-certificates tzdata gcc musl-dev
@@ -43,7 +43,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=${TARGETARCH} go build \
4343
./cmd/server
4444

4545
# Stage 3: Final runtime image
46-
FROM alpine:3.23@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
46+
FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
4747

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

0 commit comments

Comments
 (0)