Skip to content

Commit

Permalink
Bump golang from 1.17 to 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mctofu committed Sep 15, 2021
1 parent e913129 commit af35f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ USER root
### GO

# Install Go
ARG GOLANG_VERSION=1.17
ARG GOLANG_CHECKSUM=6bf89fc4f5ad763871cf7eac80a2d594492de7a818303283f1366a7f6a30372d
ARG GOLANG_VERSION=1.17.1
ARG GOLANG_CHECKSUM=dab7d9c34361dc21ec237d584590d72500652e7c909bf082758fb63064fca0ef
ENV PATH=/opt/go/bin:$PATH
RUN cd /tmp \
&& curl --http1.1 -o go.tar.gz https://dl.google.com/go/go${GOLANG_VERSION}.linux-amd64.tar.gz \
Expand Down

0 comments on commit af35f1b

Please sign in to comment.