File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ ENV ENABLED_CONNECT_SRC=" 'self' http://localhost:* nrs.objectstore.gov.bc.ca"
5353ENV MAINTENANCE_MODE="false"
5454
5555# Update libxml2 to patch the security vulnerabilities
56- RUN apk add --no-cache libxml2
56+ RUN apk update && apk add --no-cache libxml2 && apk upgrade --available
5757
5858# When the container starts, replace the settings.json with values from environment variables
5959ENTRYPOINT [ "./init.sh" ]
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN chmod -R go+rwx /usr/share/nginx/html/assets
5050ENV ENABLED_CONNECT_SRC=" 'self' http://localhost:* nrs.objectstore.gov.bc.ca"
5151
5252# Update libxml2 to patch the security vulnerabilities
53- RUN apk add --no-cache libxml2
53+ RUN apk update && apk add --no-cache libxml2 && apk upgrade --available
5454
5555# When the container starts, replace the settings.json with values from environment variables
5656ENTRYPOINT [ "./init.sh" ]
You can’t perform that action at this time.
0 commit comments