Skip to content

Commit

Permalink
feat(nodejs-image): revert back to latest v22 image
Browse files Browse the repository at this point in the history
  • Loading branch information
smuda committed Oct 23, 2024
1 parent 9cb603d commit 7d891f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.0.0-alpine AS nodejs-builder
FROM node:22.10.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
Expand Down

0 comments on commit 7d891f0

Please sign in to comment.