2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-02 00:50:48 +00:00

Update Dockerfile

This commit is contained in:
Alexander Neumann 2017-02-10 17:25:48 +01:00
parent 073edd914d
commit 98ae30b513

View File

@ -14,11 +14,11 @@
# docker run --rm -v $PWD:/home/travis/restic restic/test gb test -v ./backend # docker run --rm -v $PWD:/home/travis/restic restic/test gb test -v ./backend
# #
# build the image for an older version of Go: # build the image for an older version of Go:
# docker build --build-arg GOVERSION=1.3.3 -t restic/test:go1.3.3 . # docker build --build-arg GOVERSION=1.6.4 -t restic/test:go1.6.4 .
FROM ubuntu:14.04 FROM ubuntu:14.04
ARG GOVERSION=1.7 ARG GOVERSION=1.7.5
ARG GOARCH=amd64 ARG GOARCH=amd64
# install dependencies # install dependencies