There was an error while loading. Please reload this page.
1 parent ac49307 commit 353638bCopy full SHA for 353638b
2 files changed
roadmap-planner/Dockerfile
@@ -19,7 +19,7 @@ COPY frontend/ ./
19
# Build the frontend
20
RUN npm run build
21
22
-ARG GO_IMAGE=golang:1.26.0-alpine
+ARG GO_IMAGE=golang:1.26.1-alpine
23
# Stage 2: Build backend
24
FROM ${GO_IMAGE} AS backend-builder
25
roadmap-planner/backend/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM golang:1.26.0-alpine AS builder
+FROM golang:1.26.1-alpine AS builder
3
4
# Install git and ca-certificates (needed for go modules and HTTPS)
5
RUN apk add --no-cache git ca-certificates
0 commit comments