We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eb3e2a commit 090fbb3Copy full SHA for 090fbb3
1 file changed
Dockerfile
@@ -12,6 +12,6 @@ COPY . ./
12
13
RUN npm run build
14
15
-FROM nginx:1.18.0-alpine
+FROM nginx:1.28.0-alpine
16
17
COPY --from=builder /app/_site /usr/share/nginx/html
0 commit comments