Skip to content

Commit

Permalink
Merge pull request #540 from sir-gon/renovate/node-23.x
Browse files Browse the repository at this point in the history
Update Node.js to v23.2.0
  • Loading branch information
sir-gon authored Nov 20, 2024
2 parents 462e8e1 + 715abc1 commit a3084d1
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 a3084d1

Please sign in to comment.