diff --git a/Dockerfile b/Dockerfile index 0822c422..75bdd52e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY . /app RUN yarn build -FROM nginx:1.25.4-alpine +FROM nginx:1.25.5-alpine COPY --from=ui-builder /app/dist /etc/nginx/html COPY --from=ui-builder /app/nginx.conf /etc/nginx/nginx.conf EXPOSE 80