mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 03:34:50 +00:00
bump go version to 1.12
This commit is contained in:
@@ -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/*
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user