diff --git a/Dockerfile b/Dockerfile index f5c691bd..013e1fd7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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