diff --git a/services/web/Dockerfile b/services/web/Dockerfile index 95f7672a..50b37cab 100644 --- a/services/web/Dockerfile +++ b/services/web/Dockerfile @@ -27,7 +27,7 @@ RUN NODE_OPTIONS=--max_old_space_size=768 npm run build RUN ls /app/build # Main Image -FROM openresty/openresty:1.17.8.2-alpine +FROM openresty/openresty:1.19.3.1-alpine RUN apk add gettext curl # React RUN rm /etc/nginx/conf.d/default.conf