Update build image in Dockerfile

This commit is contained in:
Paul-Christian Volkmer 2023-09-02 13:55:34 +02:00
parent 71836ecc81
commit 3936666ecc

View File

@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS build-env
FROM golang:1.20-alpine AS build-env
ENV USER=appuser
ENV UID=8000