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

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