chore: Update dependencies and Dockerfile

This commit is contained in:
Laisky
2023-11-09 03:17:40 +00:00
parent ba6bf76791
commit d847b2354e
3 changed files with 41 additions and 44 deletions

View File

@@ -7,7 +7,7 @@ COPY ./web .
COPY ./VERSION .
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
FROM golang:1.21.1 AS builder2
FROM golang:1.21.4 AS builder2
ENV GO111MODULE=on \
CGO_ENABLED=1 \