Skip to content

Commit 346e214

Browse files
deps(docker): bump golang from 1.24.6-alpine to 1.25.6-alpine
Bumps golang from 1.24.6-alpine to 1.25.6-alpine. --- updated-dependencies: - dependency-name: golang dependency-version: 1.25.6-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 72b19b5 commit 346e214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY frontend/ ./
1616
RUN npm run build
1717

1818
# Stage 2: Build Go binary
19-
FROM golang:1.25.7-alpine AS builder
19+
FROM golang:1.26rc3-alpine AS builder
2020

2121
# Install build dependencies (no gcc/musl-dev needed - pure Go SQLite driver)
2222
RUN apk add --no-cache git tzdata

0 commit comments

Comments
 (0)