Skip to content

Commit

Permalink
Merge pull request #566 from DTS-STN/dependabot_docker_node-20.10.0-b…
Browse files Browse the repository at this point in the history
…ookworm-slim

chore(deps): bump node from 20.9.0-bookworm-slim to 20.10.0-bookworm-slim
  • Loading branch information
sebastien-comeau authored Nov 30, 2023
2 parents 0163d24 + e46f3f7 commit 2048a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0-bookworm-slim AS base
FROM node:20.10.0-bookworm-slim AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down

0 comments on commit 2048a97

Please sign in to comment.