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