Skip to content

Commit

Permalink
Bump node from 21-alpine to 22-alpine
Browse files Browse the repository at this point in the history
Bumps node from 21-alpine to 22-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hugo committed Apr 30, 2024
1 parent 0afbc45 commit 8dfc6ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21-alpine as deps-dev
FROM node:22-alpine as deps-dev

WORKDIR /deps

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

# ---

FROM node:21-alpine as deps-prod
FROM node:22-alpine as deps-prod

WORKDIR /deps

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

# ---

FROM node:21-alpine as build
FROM node:22-alpine as build

ENV NODE_ENV=production

Expand All @@ -34,7 +34,7 @@ RUN npm run build

# ---

FROM node:21-alpine
FROM node:22-alpine

WORKDIR /app

Expand Down

0 comments on commit 8dfc6ef

Please sign in to comment.