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 ce841ca commit 14fdf3eCopy full SHA for 14fdf3e
sample-apps/http-server/Dockerfile
@@ -1,8 +1,8 @@
1
-FROM golang:1.20
+FROM golang:1.21
2
3
WORKDIR /app
4
COPY . .
5
-ENV GOPROXY direct
+ENV GOPROXY=direct
6
7
RUN go mod download
8
RUN cd sample-apps/http-server/ && go install .
0 commit comments