Skip to content

Commit 08de023

Browse files
authored
Merge pull request #2436 from bcgov/develop
Deployment PR - 1648
2 parents bc1612e + a0eb700 commit 08de023

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

alcs-frontend/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,8 @@ ENV ENABLED_CONNECT_SRC=" 'self' http://localhost:* nrs.objectstore.gov.bc.ca"
5252
# set to true to enable maintenance mode
5353
ENV MAINTENANCE_MODE="false"
5454

55+
# Update libxml2 to patch the security vulnerabilities
56+
RUN apk add --no-cache libxml2
57+
5558
# When the container starts, replace the settings.json with values from environment variables
5659
ENTRYPOINT [ "./init.sh" ]

portal-frontend/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ RUN chmod -R go+rwx /usr/share/nginx/html/assets
4949
# provide dynamic scp content-src
5050
ENV ENABLED_CONNECT_SRC=" 'self' http://localhost:* nrs.objectstore.gov.bc.ca"
5151

52+
# Update libxml2 to patch the security vulnerabilities
53+
RUN apk add --no-cache libxml2
54+
5255
# When the container starts, replace the settings.json with values from environment variables
5356
ENTRYPOINT [ "./init.sh" ]

0 commit comments

Comments
 (0)