Skip to content

Commit

Permalink
Merge pull request #649 from sir-gon/renovate/node.js
Browse files Browse the repository at this point in the history
Update Node.js to v23.9.0
  • Loading branch information
sir-gon authored Mar 1, 2025
2 parents 69eaea0 + 30beef4 commit c7eff88
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.8.0-alpine3.20 AS base
FROM node:23.9.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 c7eff88

Please sign in to comment.