chore(build): update to Go 18 (#321)

This commit is contained in:
Ludvig Lundgren 2022-06-26 18:46:35 +02:00 committed by GitHub
parent c4efbd6e20
commit 41eef4e8be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 328 deletions

View file

@ -7,7 +7,7 @@ COPY web .
RUN yarn build
# build app
FROM golang:1.17.9-alpine AS app-builder
FROM golang:1.18-alpine3.16 AS app-builder
ARG VERSION=dev
ARG REVISION=dev