build(deps): bump golang from 1.16.5 to 1.16.6 (#1144)

This commit is contained in:
dependabot[bot] 2021-07-15 08:39:38 +02:00 committed by GitHub
parent eeeaa9317b
commit 1fa9d70945
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ ENV NODE_ENV=production
RUN cd /static && npm i && npm run build
# Stage 5: Build go proxy
FROM golang:1.16.5 AS builder
FROM golang:1.16.6 AS builder
WORKDIR /work