diff --git a/frontend/Dockerfile b/frontend/Dockerfile index d7fff6c0bb7..19bce3f7454 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -21,7 +21,7 @@ COPY . . RUN yarn build -FROM nginx:1.18-alpine +FROM nginx:1.22-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf