Skip to content

Commit 8a405f3

Browse files
Update Node.js to v23.9.0
1 parent 5e1b09f commit 8a405f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
FROM node:23.8.0-alpine3.20 AS base
2+
FROM node:23.9.0-alpine3.20 AS base
33

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

0 commit comments

Comments
 (0)