We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c2b327 + 5d22b24 commit 7724a28Copy full SHA for 7724a28
1 file changed
Dockerfile
@@ -16,7 +16,7 @@ COPY . .
16
17
RUN npm run lint && npm run build
18
19
-FROM nginx:1.31.0-alpine
+FROM nginx:1.31.1-alpine
20
COPY --from=build /code/build/ /usr/share/nginx/html
21
COPY --from=build /code/config.example.json /usr/share/nginx/html/
22
EXPOSE 80
0 commit comments