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

pull/38014/head
Dimitris Sotirakis 4 years ago committed by GitHub
parent 856cb1d80f
commit da72dc55cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

@ -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++

Loading…
Cancel
Save