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