Skip to content

Commit

Permalink
chore(deps): bump node from 20-alpine to 22-alpine
Browse files Browse the repository at this point in the history
Bumps node from 20-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 May 6, 2024
1 parent 37014c3 commit 487a0f8
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,5 +1,5 @@
# BUILD IMAGE
FROM node:20
FROM node:22

WORKDIR /usr/src/app
COPY . .
Expand All @@ -9,7 +9,7 @@ RUN yarn build
RUN yarn install --check-files --frozen-lockfile --production --force # purge dev-dependencies

# DEPLOY IMAGE
FROM node:20-alpine
FROM node:22-alpine

COPY --from=0 /usr/src/app /usr/src/app
WORKDIR /usr/src/app
Expand Down

0 comments on commit 487a0f8

Please sign in to comment.