Skip to content

Commit

Permalink
chore(deps): bump node in /sharedb.planx.uk
Browse files Browse the repository at this point in the history
Bumps node from 18.16.1-alpine to 18.19.1-alpine.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 2a095c0 commit 987c2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharedb.planx.uk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 18.16.1 = LTS
FROM node:18.16.1-alpine as base
FROM node:18.19.1-alpine as base

WORKDIR /sharedb
RUN npm install -g [email protected]
Expand Down

0 comments on commit 987c2d5

Please sign in to comment.