Skip to content

Commit

Permalink
fix(deps): bump node from 21.6.0-alpine to 23.1.0-alpine
Browse files Browse the repository at this point in the history
Bumps node from 21.6.0-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 Oct 28, 2024
1 parent 4481920 commit b19cbec
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 Stage
FROM node:21.6.0-bookworm as build
FROM node:23.1.0-bookworm as build

RUN git config --global url."https://".insteadOf ssh://

Expand All @@ -16,7 +16,7 @@ RUN npm run build && \
RUN find . -name ".npmrc" -type f -delete

# Production Stage
FROM node:21.6.0-alpine
FROM node:23.1.0-alpine

WORKDIR /opt/iex
COPY --from=build /opt/iex .
Expand Down

0 comments on commit b19cbec

Please sign in to comment.