Skip to content

Commit

Permalink
Update Node.js to v23.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent de620ad commit 79e3eaa
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 @@
###############################################################################
FROM node:23.1.0-alpine3.20 AS base
FROM node:23.2.0-alpine3.20 AS base

RUN apk add --update --no-cache make \
&& apk upgrade --update --no-cache openssl libcrypto3 libssl3 # FIX CVE-2024-5535
Expand Down

0 comments on commit 79e3eaa

Please sign in to comment.