switch to go v1.20

This commit is contained in:
Umputun
2023-02-27 14:43:41 -06:00
parent 34d9f4d1d5
commit 96904fe7c5
3 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.19-alpine as backend
FROM golang:1.20-alpine as backend
ARG GIT_BRANCH
ARG GITHUB_SHA
@@ -20,7 +20,7 @@ RUN \
cd app && go build -o /build/reproxy -ldflags "-X main.revision=${version} -s -w"
FROM ghcr.io/umputun/baseimage/app:v1.6.1 as base
FROM ghcr.io/umputun/baseimage/app:v1.11.0 as base
FROM scratch
ENV REPROXY_IN_DOCKER=1