mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update node.js to v25.8.2
This commit is contained in:
committed by
Łukasz Mierzwa
parent
2068e0e86e
commit
ea7b0b2c84
@@ -1,4 +1,4 @@
|
||||
FROM node:25.8.1-alpine AS nodejs-builder
|
||||
FROM node:25.8.2-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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:25.8.1-alpine AS nodejs-builder
|
||||
FROM node:25.8.2-alpine AS nodejs-builder
|
||||
RUN mkdir -p /src/ui
|
||||
RUN apk add make git
|
||||
COPY ui/package.json ui/package-lock.json /src/ui/
|
||||
|
||||
Reference in New Issue
Block a user