Skip to content

Commit 9c3d4c7

Browse files
authored
Update Dockerfile to latest node image (#419)
1 parent baca912 commit 9c3d4c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# MediaType: application/vnd.oci.image.index.v1+json
1313
# Digest: sha256:a4b757cd491c7f0b57f57951f35f4e85b7e1ad54dbffca4cf9af0725e1650cd8
1414
# And use this digest in FROM
15-
ARG base_sha=a4b757cd491c7f0b57f57951f35f4e85b7e1ad54dbffca4cf9af0725e1650cd8
15+
ARG base_sha=9b741b28148b0195d62fa456ed84dd6c953c1f17a3761f3e6e6797a754d9edff
1616

17-
FROM node:22.12.0-slim@sha256:${base_sha}
17+
FROM node:24.6.0-slim@sha256:${base_sha}
1818

1919
ENV NODE_OPTIONS=--max-old-space-size=4096
2020

0 commit comments

Comments
 (0)