Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit 749013f

Browse files
Bump library/node from 23-slim to 24-slim
Bumps library/node from 23-slim to 24-slim. --- updated-dependencies: - dependency-name: library/node dependency-version: 24-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 24e08e5 commit 749013f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY . /app
2727
RUN sed -i "s/_VERSION =.*/_VERSION = \"${CODEGATE_VERSION}\"/g" /app/src/codegate/__init__.py
2828

2929
# Build the webapp
30-
FROM docker.io/library/node:23-slim@sha256:dfb18d8011c0b3a112214a32e772d9c6752131ffee512e974e59367e46fcee52 AS webbuilder
30+
FROM docker.io/library/node:24-slim@sha256:7b0f9cbb3f88da0e67873be5efcf38ce79ea25cfbb4986fad55a446af484e7c9 AS webbuilder
3131

3232

3333

0 commit comments

Comments
 (0)