Skip to content

Commit

Permalink
chore: bump golang to 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yosefpor committed Sep 16, 2021
1 parent 4f2c54c commit 87255c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#build stage
FROM golang:1.14.11-buster AS builder
FROM golang:1.17-buster AS builder
RUN mkdir -p /go/src/app
WORKDIR /go/src/app
RUN go env -w GOPROXY="https://repo.snapp.tech/repository/goproxy/"

COPY go.sum go.mod /go/src/app/

Expand Down

0 comments on commit 87255c2

Please sign in to comment.