Skip to content

Commit

Permalink
chore(deps): update node.js to v23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 03b969d commit ef90636
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,5 +1,5 @@
# ---- Base ----
FROM node:18.20.5-alpine AS base
FROM node:23.6.1-alpine AS base

# ------------------
# package.json cache
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN true \
# ---- Final ----
# Resulting new, minimal image
# This image must have the minimum amount of layers
FROM node:18.20.5-alpine as final
FROM node:23.6.1-alpine as final

ENV NODE_ENV production

Expand Down

0 comments on commit ef90636

Please sign in to comment.