go 1.18.1 in dockerfile

This commit is contained in:
Jeffrey Picard 2022-08-16 11:54:05 +03:00
parent 5cbd3b6b99
commit 59d637c8bc

View file

@ -1,4 +1,4 @@
FROM golang:1.17.8-bullseye
FROM golang:1.18.1-bullseye
RUN apt-get update -y && \
apt-get upgrade -y && \