Skip to content

Commit

Permalink
🌱 Bump node from 18.20.4-alpine to 23.1.0-alpine
Browse files Browse the repository at this point in the history
Bumps node from 18.20.4-alpine to 23.1.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 Nov 14, 2024
1 parent 798e887 commit 43ec31f
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 @@
# --------------- Dev stage for developers to override sources
FROM node:18.20.4-alpine as dev
FROM node:23.1.0-alpine as dev
ARG NPM_TOKEN
RUN test -n "$NPM_TOKEN"

Expand Down Expand Up @@ -34,7 +34,7 @@ FROM dev as clean
# below command removes the packages specified in devDependencies and set NODE_ENV to production
RUN npm prune --production
# --------------- Production stage
FROM node:18.20.4-alpine AS prod
FROM node:23.1.0-alpine AS prod

COPY --from=dev /usr/local/bin/node /usr/bin/
COPY --from=dev /usr/lib/libgcc* /usr/lib/
Expand Down

0 comments on commit 43ec31f

Please sign in to comment.