Skip to content

Commit

Permalink
Update Node.js to v22.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent d64bf87 commit 5108c80
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 5108c80

Please sign in to comment.