build(deps): bump golang from 1.17.7-bullseye to 1.17.8-bullseye (#2440)

This commit is contained in:
dependabot[bot]
2022-03-07 09:30:47 +01:00
committed by GitHub
parent d741d6dcf1
commit 73b2e2cb82
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ ENV NODE_ENV=production
RUN cd /work/web && npm i && npm run build
# Stage 3: Build go proxy
FROM docker.io/golang:1.17.7-bullseye AS builder
FROM docker.io/golang:1.17.8-bullseye AS builder
WORKDIR /work