Skip to content

Commit b04cc27

Browse files
chore(deps)(deps): bump golang in /gearbox in the docker-images group
Bumps the docker-images group in /gearbox with 1 update: golang. Updates `golang` from 1.25-alpine to 1.26-alpine --- updated-dependencies: - 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 3383d08 commit b04cc27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gearbox/Dockerfile

Lines changed: 2 additions & 2 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
WORKDIR /build
55

@@ -13,7 +13,7 @@ COPY . .
1313
RUN templ generate
1414

1515
# Stage 2: Build Go binary
16-
FROM golang:1.25-alpine AS go-builder
16+
FROM golang:1.26-alpine AS go-builder
1717

1818
# Install build dependencies (gcc and musl-dev required for CGO/sqlite3)
1919
RUN apk add --no-cache git ca-certificates tzdata gcc musl-dev

0 commit comments

Comments
 (0)