Update to golang:1.16.1-alpine3.14 (#38508)

This commit is contained in:
Dimitris Sotirakis 2021-08-24 17:13:12 +03:00 committed by GitHub
parent 856cb1d80f
commit da72dc55cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ COPY emails emails
ENV NODE_ENV production
RUN yarn build
FROM golang:1.16.1-alpine3.13 as go-builder
FROM golang:1.16.1-alpine3.14 as go-builder
RUN apk add --no-cache gcc g++