diff --git a/services/web/Dockerfile b/services/web/Dockerfile index 69c0403a..e8efa719 100644 --- a/services/web/Dockerfile +++ b/services/web/Dockerfile @@ -25,7 +25,7 @@ RUN NODE_OPTIONS=--max_old_space_size=4096 npm run build RUN ls /app/build # Main Image -FROM openresty/openresty:alpine +FROM openresty/openresty:1.21.4.4-1-alpine RUN apk add gettext curl # React RUN rm /etc/nginx/conf.d/default.conf