Skip to content

Commit

Permalink
Merge pull request #117 from bcgov/chore/release
Browse files Browse the repository at this point in the history
Release BCBox v0.4.0
  • Loading branch information
TimCsaky authored Aug 30, 2023
2 parents 78214e6 + b592c52 commit d653a31
Show file tree
Hide file tree
Showing 9 changed files with 3,607 additions and 2,838 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#
# Build the application
#
FROM registry.access.redhat.com/ubi9/nodejs-18:1-48 as application
FROM registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036 as application

ENV NO_UPDATE_NOTIFIER=true

Expand All @@ -22,7 +22,7 @@ RUN npm ci --omit=dev
#
# Build the frontend
#
FROM registry.access.redhat.com/ubi9/nodejs-18:1-48 as frontend
FROM registry.access.redhat.com/ubi9/nodejs-18:1-62.1692771036 as frontend

ENV NO_UPDATE_NOTIFIER=true

Expand All @@ -37,7 +37,7 @@ RUN npm ci && npm run build
#
# Create the final container image
#
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-51
FROM registry.access.redhat.com/ubi9/nodejs-18-minimal:1-67

ENV APP_PORT=8080 \
NO_UPDATE_NOTIFIER=true
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ At this time, only the latest version of BCBox is supported.

| Version | Supported |
| ------- | ------------------ |
| 0.3.0 | :white_check_mark: |
| < 0.3.x | :x: |
| 0.4.0 | :white_check_mark: |
| < 0.4.x | :x: |

## Reporting a Bug

Expand Down
Loading

0 comments on commit d653a31

Please sign in to comment.