Skip to content

Commit

Permalink
build(deps): bump node
Browse files Browse the repository at this point in the history
Bumps node from 20.14.0-bookworm-slim to 20.17.0-bookworm-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 26, 2024
1 parent 8f60e83 commit b3ffcb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Development Dockerfile
FROM node:20.14.0-bookworm-slim
FROM node:20.17.0-bookworm-slim

# Install additional tools for development
RUN apt-get update && apt-get install -y \
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1: Build the application
FROM node:20.14.0-bookworm-slim as builder
FROM node:20.17.0-bookworm-slim as builder

WORKDIR /usr/src/app

Expand All @@ -19,7 +19,7 @@ RUN npm run build
RUN npm prune --production

# Stage 2: Create the production image
FROM node:20.14.0-bookworm-slim
FROM node:20.17.0-bookworm-slim

WORKDIR /usr/src/app

Expand Down

0 comments on commit b3ffcb0

Please sign in to comment.