Skip to content

Commit

Permalink
chore(deps): bump node in /api.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 c2b60f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.planx.uk/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## BASE ##
# 18.16.1 = LTS
FROM node:18.16.1-alpine as base
FROM node:18.19.1-alpine as base

# Setup Git - required for fetching git dependencies (planx-core)
RUN apk add --no-cache git
Expand All @@ -21,7 +21,7 @@ RUN pnpm install --recursive --prefer-offline
RUN pnpm build
RUN pnpm prune --production

FROM node:18.16.1-alpine as production
FROM node:18.19.1-alpine as production
WORKDIR /api

## PRODUCTION ##
Expand Down

0 comments on commit c2b60f3

Please sign in to comment.