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.
1 parent 7fa3eca commit a696c29Copy full SHA for a696c29
Dockerfile
@@ -12,7 +12,7 @@ COPY frontend/ ./
12
RUN npm run build
13
14
# Backend build stage
15
-FROM golang:1.23-alpine AS backend-build
+FROM golang:1.24-alpine AS backend-build
16
17
WORKDIR /app/backend
18
0 commit comments