Skip to content

Commit

Permalink
chore(deps): update node.js to v22.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 0e93f43 commit dda81ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.11.0 as builder
FROM node:22.12.0 as builder

# Create app directory
WORKDIR /usr/src/app
Expand All @@ -12,7 +12,7 @@ COPY . .

RUN yarn build

FROM node:22.11.0-slim
FROM node:22.12.0-slim

ENV NODE_ENV production
USER node
Expand Down

0 comments on commit dda81ad

Please sign in to comment.