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 a94d6f3 commit 1a7a7d1Copy full SHA for 1a7a7d1
Dockerfile
@@ -12,6 +12,6 @@ COPY . ./
12
13
RUN npm run build
14
15
-FROM nginx:1.27.4-alpine
+FROM nginx:1.27.5-alpine
16
17
COPY --from=builder /app/_site /usr/share/nginx/html
0 commit comments