We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f428f1 commit 3b30580Copy full SHA for 3b30580
Dockerfile
@@ -10,6 +10,6 @@ COPY . .
10
RUN yarn build
11
RUN yarn export
12
13
-FROM ghcr.io/socialgouv/docker/nginx:8.2.0
+FROM ghcr.io/socialgouv/docker/nginx:8.2.3
14
15
COPY --from=builder --chown=nginx:nginx /app/out /usr/share/nginx/html
0 commit comments