From bb1d2e202b515e6f2a665583fe4434f6c158c399 Mon Sep 17 00:00:00 2001 From: Stas Date: Sat, 3 Feb 2018 21:44:02 +0100 Subject: [PATCH] update to latest golang base --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d8c5642..79c5ee4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM golang:1.7-alpine +FROM golang:1.9-alpine MAINTAINER info@lobaro.com -RUN echo http://nl.alpinelinux.org/alpine/v3.4/community >> /etc/apk/repositories +RUN echo http://nl.alpinelinux.org/alpine/v3.6/community >> /etc/apk/repositories RUN apk add --no-cache git nfs-utils openssh fuse RUN git clone https://github.com/restic/restic \ && cd restic \