Skip to content

Commit 2dd4f34

Browse files
Bump library/node in /backstage
Bumps library/node from 20-bookworm-slim to 23-bookworm-slim. --- updated-dependencies: - dependency-name: library/node dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c33e9d commit 2dd4f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backstage/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/node:20-bookworm-slim AS build
1+
FROM docker.io/library/node:24-bookworm-slim AS build
22

33
WORKDIR /app
44

@@ -44,7 +44,7 @@ COPY container_utils/default.conf.template /etc/nginx/templates/default.conf.tem
4444

4545
EXPOSE 80
4646

47-
FROM docker.io/library/node:20-bookworm-slim as backend
47+
FROM docker.io/library/node:24-bookworm-slim as backend
4848

4949
WORKDIR /app
5050

0 commit comments

Comments
 (0)