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 19.8.1-alpine to 20.5.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 Jul 26, 2023
1 parent 7b69e66 commit 4274e47
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:19.8.1-buster as build
FROM node:20.5.0-buster as build

WORKDIR /opt/iex
COPY . /opt/iex
Expand All @@ -15,7 +15,7 @@ RUN npm run build --prefix packages/slackbot && \
RUN find . -name ".npmrc" -type f -delete

# Production Stage
FROM node:19.8.1-alpine
FROM node:20.5.0-alpine

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

0 comments on commit 4274e47

Please sign in to comment.