diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 0f9d64763..8a075f533 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,7 @@ RUN yarn run --cwd=relay-workflows-lib relay COPY ./supergraph.graphql ./dashboard/supergraph.graphql RUN yarn run --cwd=dashboard build -FROM docker.io/library/nginx:1.31.1-alpine-slim as nginx +FROM docker.io/library/nginx:1.31.2-alpine-slim as nginx WORKDIR /app