mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): update node.js to v25.7.0
This commit is contained in:
committed by
Łukasz Mierzwa
parent
6d1efa9b71
commit
c8e0a671bc
@@ -1,4 +1,4 @@
|
||||
FROM node:25.6.1-alpine AS nodejs-builder
|
||||
FROM node:25.7.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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM node:25.6.1-alpine AS nodejs-builder
|
||||
FROM node:25.7.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/
|
||||
|
||||
Reference in New Issue
Block a user