-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAP-577 New options for Prisoner Relocation (#666)
* MAP-577 Add Prison Relocation options, bump node/npm versions * MAP-577 Bump npm in circle pipeline * MAP-577 Fix postgres version in circle pipeline * MAP-577 Update assertion messge on invalid json * MAP-577 Update node in Dockerfile * MAP-577 Node 20 * package-lock.json * MAP-577 Fix pipeline node version
- Loading branch information
1 parent
07ecbcc
commit 8cc1c09
Showing
7 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:18.17.1 as builder | ||
FROM node:20.11.0 as builder | ||
|
||
ARG BUILD_NUMBER | ||
ARG GIT_REF | ||
|
@@ -24,7 +24,7 @@ RUN CYPRESS_INSTALL_BINARY=0 npm ci --no-audit && \ | |
|
||
RUN npm prune --production | ||
|
||
FROM node:18.17.1-slim | ||
FROM node:20.11.0-slim | ||
LABEL maintainer="HMPPS Digital Studio <[email protected]>" | ||
|
||
# Cache breaking | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters