Skip to content

Commit

Permalink
Merge pull request #480 from sir-gon/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22.9.0
  • Loading branch information
sir-gon authored Sep 18, 2024
2 parents e167a75 + 1e69a79 commit 4313e5b
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:22.8.0-alpine3.20 AS base
FROM node:22.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 4313e5b

Please sign in to comment.