docker: Update go version to 1.20

This commit is contained in:
Jonah Brüchert 2023-07-18 14:11:53 +02:00
parent 456c172776
commit 02caa66638
No known key found for this signature in database
GPG key ID: A81E075ABEC80A7E

View file

@ -1,5 +1,5 @@
# Start by building the application.
FROM golang:1.18 as build
FROM docker.io/golang:1.20 as build
WORKDIR /usr/src/wireproxy
COPY . .