docker: Update FROM to go:1.11

Signed-off-by: Julien Pivotto <roidelapluie@inuits.eu>
This commit is contained in:
Julien Pivotto
2019-02-06 10:48:02 +01:00
parent 8ba6c40f0c
commit 2c9a12e941

View File

@@ -1,10 +1,10 @@
FROM golang:1.9 FROM golang:1.11
MAINTAINER Michał Czeraszkiewicz <contact@czerasz.com> MAINTAINER Michał Czeraszkiewicz <contact@czerasz.com>
# Set the reset cache variable # Set the reset cache variable
# Read more here: http://czerasz.com/2014/11/13/docker-tip-and-tricks/#use-refreshedat-variable-for-better-cache-control # Read more here: http://czerasz.com/2014/11/13/docker-tip-and-tricks/#use-refreshedat-variable-for-better-cache-control
ENV REFRESHED_AT 2017-11-16 ENV REFRESHED_AT 2019-02-06
RUN apt-get update RUN apt-get update