Skip to content

Commit

Permalink
chore(deps): update node.js to v22.12.0 (AndreasHeine#938)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 30, 2024
1 parent 8da43cc commit 690149e
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.9.0 AS builder
FROM node:22.12.0 AS builder

RUN node -v

Expand All @@ -14,7 +14,7 @@ RUN npm -v && \
npm install && \
npm run pretest

FROM node:22.9.0-alpine3.20 AS production
FROM node:22.12.0-alpine3.20 AS production

USER node

Expand Down

0 comments on commit 690149e

Please sign in to comment.