Skip to content

Commit 49ea1b7

Browse files
authored
Merge pull request #497 from sir-gon/renovate/node-22.x
Update node Docker tag to v22.6.0
2 parents 7c69524 + 3845637 commit 49ea1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
FROM node:22.5.1-alpine3.20 AS base
2+
FROM node:22.6.0-alpine3.20 AS base
33

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

0 commit comments

Comments
 (0)