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

Commit

Permalink
dockerfile: bump golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco149 committed Nov 12, 2018
1 parent 2a22cb7 commit cee7deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG PREFIX=golang
FROM ${PREFIX}:1.11.1
FROM ${PREFIX}:1.11.2
ARG ARCH=x86_64
ENV arch=${ARCH}
RUN apt-get update && apt-get install -y libgtk2.0-dev
Expand Down

0 comments on commit cee7deb

Please sign in to comment.