mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
chore(deps): bump node from 20.8.0-alpine to 20.8.1-alpine
Bumps node from 20.8.0-alpine to 20.8.1-alpine. --- updated-dependencies: - dependency-name: node 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
087fa5f2a4
commit
fa0940ea4e
@@ -1,4 +1,4 @@
|
||||
FROM node:20.8.0-alpine as nodejs-builder
|
||||
FROM node:20.8.1-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
|
||||
|
||||
Reference in New Issue
Block a user