diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 32090527995..fa283ff8844 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN yarn build -FROM nginx:1.25.2-alpine +FROM nginx:1.29.0-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf