We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 404b893 + 591f671 commit b47125eCopy full SHA for b47125e
Dockerfile
@@ -12,7 +12,7 @@ COPY frontend/ ./
12
RUN npm run build
13
14
# Backend build stage
15
-FROM golang:1.24-alpine AS backend-build
+FROM golang:1.25-alpine AS backend-build
16
17
WORKDIR /app/backend
18
0 commit comments