build(deps): bump golang from 1.16.3 to 1.16.4 (#841)

Bumps golang from 1.16.3 to 1.16.4.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-05-07 09:44:09 +02:00 committed by GitHub
parent 5b4f34fd5f
commit 4d07da5ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ ENV NODE_ENV=production
RUN cd /static && npm i --production=false && npm run build
# Stage 3: Build go proxy
FROM golang:1.16.3 AS builder
FROM golang:1.16.4 AS builder
WORKDIR /work