mirror of
https://github.com/prymitive/karma
synced 2026-08-17 11:27:01 +00:00
chore(deps): update docker-base-images to v1.26.4
This commit is contained in:
committed by
Łukasz Mierzwa
parent
6bba474a3e
commit
0ed74b3d62
+1
-1
@@ -6,7 +6,7 @@ RUN apk add make git
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.26.3-alpine AS go-builder
|
||||
FROM golang:1.26.4-alpine AS go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
+1
-1
@@ -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.26.3-alpine AS go-builder
|
||||
FROM golang:1.26.4-alpine AS go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
Reference in New Issue
Block a user