generated from ministryofjustice/hmpps-template-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HAAR-223: add circleci jira integration and update dockerfile to node… (
#24) * HAAR-223: add circleci jira integration and update dockerfile to node:16.14-bullseye-slim * HAAR-223: updated slack values in circleci config * HAAR-223: updated slack values in circleci config * HAAR-223: updated hmpps-orb version in circleci config
- Loading branch information
1 parent
682435e
commit 569f570
Showing
2 changed files
with
9 additions
and
5 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
ARG BUILD_NUMBER | ||
ARG GIT_REF | ||
|
||
FROM node:14.17-buster-slim as base | ||
FROM node:16.14-bullseye-slim as base | ||
|
||
LABEL maintainer="HMPPS Digital Studio <[email protected]>" | ||
|
||
|