0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2024-12-30 22:34:18 -05:00

docker: use latest go1.13.x

This commit is contained in:
Will Norris 2020-02-02 18:27:02 +00:00
parent 403735c8e2
commit dec2089f0b

View file

@ -1,4 +1,4 @@
FROM golang:1.12 as build
FROM golang:1.13 as build
MAINTAINER Will Norris <will@willnorris.com>
RUN useradd -u 1001 go