bump go version to 1.12

This commit is contained in:
Dominic Breuker
2019-04-24 21:35:26 +02:00
parent 59960f9f37
commit 7d9d32412b
3 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
FROM golang:1.10-stretch FROM golang:1.12-stretch
RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y upx && rm -rf /var/lib/apt/lists/*

View File

@@ -1,4 +1,4 @@
FROM golang:1.10-stretch FROM golang:1.12-stretch
RUN apt-get update && apt-get -y install cron python3 sudo procps RUN apt-get update && apt-get -y install cron python3 sudo procps

View File

@@ -1,4 +1,4 @@
FROM golang:1.10-stretch FROM golang:1.12-stretch
RUN apt-get update && apt-get -y install cron python3 sudo procps RUN apt-get update && apt-get -y install cron python3 sudo procps