Skip to content

Commit

Permalink
Merge pull request #2561 from bcgov/bux/nginx-vulnerability
Browse files Browse the repository at this point in the history
bux/nginx-vulnerability
  • Loading branch information
TayGov authored Aug 22, 2022
2 parents 3b05c2e + 4d731fb commit 0cbac6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/efiling-frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN yarn build
#############################################################################################
### PRODUCTION IMAGE ###
#############################################################################################
FROM nginx:1.19-alpine
FROM nginx:1.23.1-alpine

RUN rm -rf /usr/share/nginx/html/
COPY --from=build /app/build /etc/nginx/html/efilinghub
Expand Down

0 comments on commit 0cbac6a

Please sign in to comment.