Skip to content

Commit 14fdf3e

Browse files
authored
Upgrade Go version used in sample app docker file to 1.21 (#491)
1 parent ce841ca commit 14fdf3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample-apps/http-server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM golang:1.20
1+
FROM golang:1.21
22

33
WORKDIR /app
44
COPY . .
5-
ENV GOPROXY direct
5+
ENV GOPROXY=direct
66

77
RUN go mod download
88
RUN cd sample-apps/http-server/ && go install .

0 commit comments

Comments
 (0)