diff --git a/Dockerfile b/Dockerfile index e664aeb2..330468fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . /app RUN yarn build -FROM nginx:1.25.3-alpine +FROM nginx:1.25.4-alpine COPY --from=ui-builder /app/dist /etc/nginx/html COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 80