We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ded85c commit 52c8d0eCopy full SHA for 52c8d0e
build/package/Dockerfile.build
@@ -3,7 +3,7 @@ WORKDIR /usr/src/app
3
COPY ./frontend ./
4
RUN yarn install && yarn build
5
6
-FROM golang:1.22.0-alpine
+FROM golang:1.23.4-alpine
7
LABEL maintainer="Stakater Team"
8
9
RUN apk update
0 commit comments