mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 11:44:51 +00:00
Bump Go version to 1.18
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
FROM golang:1.12-stretch
|
FROM golang:1.18-bullseye
|
||||||
|
|
||||||
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.12-stretch
|
FROM golang:1.18-bullseye
|
||||||
|
|
||||||
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.12-stretch
|
FROM golang:1.18-bullseye
|
||||||
|
|
||||||
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