Bump Go version to 1.18

This commit is contained in:
Krishna Kishore Shetty
2022-05-29 00:13:00 +05:30
parent 3366148dd3
commit f63ecb2d9c
3 changed files with 3 additions and 3 deletions

View File

@@ -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/*

View File

@@ -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

View File

@@ -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