Skip to content

Commit def1cee

Browse files
authored
Update Dockerfile
1 parent 7808b66 commit def1cee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ RUN for icon in apple-touch-icon.png favicon-32x32.png favicon-16x16.png; do \
4242
RUN test -f /public/index.html
4343

4444
FROM nginx:1.29-alpine-slim
45-
RUN apk upgrade --no-cache
45+
RUN apk upgrade --no-cache && \
46+
apk add --upgrade musl --no-cache
4647
COPY --from=builder /public /usr/share/nginx/html
4748
EXPOSE 80/tcp
4849
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)