mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update docker-base-images
This commit is contained in:
committed by
Łukasz Mierzwa
parent
a5dba589e9
commit
107cf1b1c3
@@ -1,4 +1,4 @@
|
||||
FROM node:25.7.0-alpine AS nodejs-builder
|
||||
FROM node:25.8.0-alpine AS nodejs-builder
|
||||
RUN mkdir -p /src/ui
|
||||
COPY ui/package.json ui/package-lock.json /src/ui/
|
||||
RUN cd /src/ui && npm ci && touch node_modules/.install
|
||||
@@ -6,7 +6,7 @@ RUN apk add make git
|
||||
COPY ui /src/ui
|
||||
RUN make -C /src/ui build
|
||||
|
||||
FROM golang:1.26.0-alpine AS go-builder
|
||||
FROM golang:1.26.1-alpine AS go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:25.7.0-alpine AS nodejs-builder
|
||||
FROM node:25.8.0-alpine AS nodejs-builder
|
||||
RUN mkdir -p /src/ui
|
||||
RUN apk add make git
|
||||
COPY ui/package.json ui/package-lock.json /src/ui/
|
||||
@@ -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.0-alpine AS go-builder
|
||||
FROM golang:1.26.1-alpine AS go-builder
|
||||
RUN apk add make git
|
||||
COPY Makefile /src/Makefile
|
||||
COPY make /src/make
|
||||
|
||||
Reference in New Issue
Block a user