Skip to content

Commit

Permalink
fix(deps): bump node in /packages/slackbot
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 e369ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/slackbot/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

WORKDIR /opt/iex
COPY . /opt/iex
Expand All @@ -15,7 +15,7 @@ RUN npm run build --workspace=@iex/slackbot && \
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 e369ba1

Please sign in to comment.