Skip to content

Commit

Permalink
chore(deps): bump node in /production
Browse files Browse the repository at this point in the history
Bumps node from 20.6.1-alpine to 22.8.0-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 6024ab1 commit 3af27c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/Dockerfile.nginx
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM node:20.6.1-alpine as build
FROM node:22.8.0-alpine as build

USER node
RUN mkdir /home/node/app
WORKDIR /home/node
COPY --chown=node:node ./package.json ./package-lock.json ./
RUN npm ci

FROM node:20.6.1-alpine as bundler
FROM node:22.8.0-alpine as bundler

ARG PUBLIC_API_URL
ENV PUBLIC_API_URL=${PUBLIC_API_URL}
Expand Down

0 comments on commit 3af27c1

Please sign in to comment.