Skip to content

Commit

Permalink
chore(deps): Bump node from 18-alpine to 21-alpine (#234)
Browse files Browse the repository at this point in the history
Bumps node from 18-alpine to 21-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent 3e58c8d commit 75d9074
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
Expand Up @@ -2,7 +2,7 @@
### STAGE 1: Build did-registrar app ###
###############################################################

FROM node:18-alpine AS builder
FROM node:21-alpine AS builder

# Set working directory
WORKDIR /home/node/app
Expand All @@ -21,7 +21,7 @@ RUN npm run build
### STAGE 2: Build did-registrar runner ###
###############################################################

FROM node:18-alpine AS runner
FROM node:21-alpine AS runner

# Set Node.js environment
ENV NODE_ENV=production
Expand Down

0 comments on commit 75d9074

Please sign in to comment.