Skip to content
This repository was archived by the owner on Oct 19, 2022. It is now read-only.

Commit 1e0cd2f

Browse files
committed
switch to 1.10
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
1 parent 6755ee1 commit 1e0cd2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.9-alpine as builder
1+
FROM golang:1.10-alpine as builder
22
COPY . /go/src/github.com/vieux/docker-volume-sshfs
33
WORKDIR /go/src/github.com/vieux/docker-volume-sshfs
44
RUN set -ex \

0 commit comments

Comments
 (0)