Skip to content

Commit

Permalink
updating nginx image version
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoleze committed Aug 22, 2022
1 parent 3b05c2e commit 4d731fb
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 4d731fb

Please sign in to comment.