Skip to content

Commit

Permalink
Update build environment to go/1.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dpb587 committed Jan 21, 2021
1 parent 1bf5653 commit 52656ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM golang:1.13.7
FROM golang:1.15.7
RUN apt update && apt install -y xz-utils && rm -rf /var/lib/apt/lists/*
RUN wget -qO- https://github.com/upx/upx/releases/download/v3.96/upx-3.96-amd64_linux.tar.xz | xz -cd | tar -xf- --strip-components=1 -C /usr/local/bin --wildcards '*/upx'

0 comments on commit 52656ce

Please sign in to comment.