Chore: Upgrade Go to 1.19.3 (#58052)

This commit is contained in:
Emil Tullstedt
2022-11-04 14:50:43 +01:00
committed by GitHub
parent a6f302648b
commit 428dd54094
5 changed files with 261 additions and 261 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ COPY emails emails
ENV NODE_ENV production
RUN yarn build
FROM golang:1.19.2-alpine3.15 as go-builder
FROM golang:1.19.3-alpine3.15 as go-builder
RUN apk add --no-cache gcc g++ make