chore(deps): bump golang from 1.21.3-alpine to 1.21.4-alpine in /demo

Bumps golang from 1.21.3-alpine to 1.21.4-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-11-08 06:54:17 +00:00
committed by Łukasz Mierzwa
parent bf9c3275c2
commit 1019d2ed20

View File

@@ -6,7 +6,7 @@ RUN cd /src/ui && npm ci && touch node_modules/.install
COPY ui /src/ui
RUN make -C /src/ui build
FROM golang:1.21.3-alpine as go-builder
FROM golang:1.21.4-alpine as go-builder
RUN apk add make git
COPY Makefile /src/Makefile
COPY make /src/make