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 7499861 commit 6567528Copy full SHA for 6567528
backend/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18-alpine as app-builder
+FROM golang:1.19-alpine as app-builder
2
WORKDIR /go/src/app
3
COPY . .
4
RUN apk add git
backend/Dockerfile.development
-FROM golang:1.18-alpine as build-env
+FROM golang:1.19-alpine as build-env
# make current working directory /app
WORKDIR /go/src/cms.csesoc.unsw.edu.au
0 commit comments