Skip to content

Commit

Permalink
BC-8201 - update nodejs v22
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenWaysDP committed Nov 11, 2024
1 parent e7cec56 commit 073ce02
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,5 +1,5 @@
# build stage
FROM docker.io/node:20-bullseye as build-stage
FROM docker.io/node:22-bullseye AS build-stage

RUN mkdir /app && chown -R node:node /app

Expand Down

0 comments on commit 073ce02

Please sign in to comment.