Skip to content

Commit

Permalink
fix(deps): bump node in /packages/convertbot
Browse files Browse the repository at this point in the history
Bumps node from 21.6.0-bookworm to 23.3.0-bookworm.

---
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 22, 2024
1 parent 4481920 commit 06d6156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/convertbot/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.3.0-bookworm as build

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

# Production Stage
FROM node:21.6.0-bookworm
FROM node:23.3.0-bookworm

# Use testing to get the latest version of pandoc
# RUN echo 'deb http://http.us.debian.org/debian/ testing non-free contrib main' >> /etc/apt/sources.list
Expand Down

0 comments on commit 06d6156

Please sign in to comment.