Update scripts and Dockerfiles to use Go 1.16.1 (#31881)

* Update scripts and Dockerfiles to use Go 1.16.1

* Update build-container image version to 1.4.1

* Update node version to 14.16.0-1nodesource1

* Updated drone configuration
This commit is contained in:
Dimitris Sotirakis
2021-03-11 12:55:04 +02:00
committed by GitHub
parent 0179d23af0
commit d59574ec1e
10 changed files with 175 additions and 175 deletions

View File

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