Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Update to go 1.11.4 to fix some checksum issues (#6)
Browse files Browse the repository at this point in the history
See this comment on Go: golang/go#29278 (comment)
  • Loading branch information
paultyng authored and rarkins committed Feb 14, 2019
1 parent c22eb64 commit 824b6fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -4,7 +4,7 @@ USER root

RUN apt-get update && apt-get install -y wget git && apt-get clean

ENV GOLANG_VERSION 1.11.1
ENV GOLANG_VERSION 1.11.4

RUN wget -q -O go.tgz "https://golang.org/dl/go${GOLANG_VERSION}.linux-amd64.tar.gz" && \
tar -C /usr/local -xzf go.tgz && \
Expand Down

0 comments on commit 824b6fc

Please sign in to comment.