Skip to content

Commit 3943162

Browse files
dependabot[bot]Gonzalo Diaz
authored and
Gonzalo Diaz
committed
Bump node from 22.10.0-alpine3.20 to 23.0.0-alpine3.20
Bumps node from 22.10.0-alpine3.20 to 23.0.0-alpine3.20. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 48cb105 commit 3943162

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.10.0-alpine3.20 AS base
2+
FROM node:23.0.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)