Skip to content

Commit

Permalink
build(deps): bump node from 22-alpine to 23-alpine
Browse files Browse the repository at this point in the history
Bumps node from 22-alpine to 23-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 3efb8a4 commit af4cd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22-alpine AS builder
FROM node:23-alpine AS builder

WORKDIR /var

Expand All @@ -13,7 +13,7 @@ RUN npm ci

RUN rm /var/server/.npmrc

FROM node:22-alpine AS runner
FROM node:23-alpine AS runner

# Uncommet for debugging of express-http-proxy
# ENV DEBUG=express-http-proxy
Expand Down

0 comments on commit af4cd38

Please sign in to comment.