Skip to content

Commit

Permalink
Bump library/node in /backstage
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent ac558eb commit 05b858c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backstage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/library/node:20-bookworm-slim AS build
FROM docker.io/library/node:23-bookworm-slim AS build

WORKDIR /app

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

EXPOSE 80

FROM docker.io/library/node:20-bookworm-slim as backend
FROM docker.io/library/node:23-bookworm-slim as backend

WORKDIR /app

Expand Down

0 comments on commit 05b858c

Please sign in to comment.