Skip to content

Commit 7724a28

Browse files
authored
docker: bump nginx from 1.31.0-alpine to 1.31.1-alpine (#387)
2 parents 0c2b327 + 5d22b24 commit 7724a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY . .
1616

1717
RUN npm run lint && npm run build
1818

19-
FROM nginx:1.31.0-alpine
19+
FROM nginx:1.31.1-alpine
2020
COPY --from=build /code/build/ /usr/share/nginx/html
2121
COPY --from=build /code/config.example.json /usr/share/nginx/html/
2222
EXPOSE 80

0 commit comments

Comments
 (0)