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 caae21c commit aa40b58Copy full SHA for aa40b58
Dockerfile
@@ -11,6 +11,6 @@ COPY . ./
11
RUN npm run build
12
13
14
-FROM nginx:1.29.1-alpine
+FROM nginx:1.29.2-alpine
15
16
COPY --from=builder /app/_site /usr/share/nginx/html
0 commit comments