2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-17 08:12:57 +00:00

Update default Go version in Dockerfile

This commit is contained in:
Alexander Neumann 2016-08-16 20:51:31 +02:00
parent 1ad4d1aafd
commit 2fa93b291a

View File

@ -18,7 +18,7 @@
FROM ubuntu:14.04
ARG GOVERSION=1.6
ARG GOVERSION=1.7
ARG GOARCH=amd64
# install dependencies