mirror of
https://github.com/prymitive/karma
synced 2026-02-13 20:59:53 +00:00
chore(deps): bump golang from 1.21.4-alpine to 1.21.5-alpine in /demo
Bumps golang from 1.21.4-alpine to 1.21.5-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:
committed by
Łukasz Mierzwa
parent
a34f22a46a
commit
168b46d8f6
@@ -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.4-alpine as go-builder
|
||||
FROM golang:1.21.5-alpine as go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
Reference in New Issue
Block a user