build(deps): bump golang from 1.16.4 to 1.16.5 (#967)
Bumps golang from 1.16.4 to 1.16.5. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... 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:
parent
bc75c07e65
commit
f9050f9192
|
@ -31,7 +31,7 @@ ENV NODE_ENV=production
|
|||
RUN cd /static && npm i --production=false && npm run build
|
||||
|
||||
# Stage 4: Build go proxy
|
||||
FROM golang:1.16.4 AS builder
|
||||
FROM golang:1.16.5 AS builder
|
||||
|
||||
WORKDIR /work
|
||||
|
||||
|
|
Reference in New Issue