Skip to content

Commit

Permalink
feat(nginx): update nginx image to fix security issue
Browse files Browse the repository at this point in the history
  • Loading branch information
billhimmelsbach committed Jul 11, 2024
1 parent c69dda2 commit 5eb786d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY / /usr/src/app
RUN yarn install
RUN yarn build

FROM ghcr.io/cfpb/regtech/sbl/nginx-alpine:1.24
FROM ghcr.io/cfpb/regtech/sbl/nginx-alpine:1.27
ENV NGINX_USER=svc_nginx_sbl
RUN apk update; apk upgrade
RUN rm -rf /etc/nginx/conf.d
Expand Down

0 comments on commit 5eb786d

Please sign in to comment.