We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7808b66 commit def1ceeCopy full SHA for def1cee
1 file changed
Dockerfile
@@ -42,7 +42,8 @@ RUN for icon in apple-touch-icon.png favicon-32x32.png favicon-16x16.png; do \
42
RUN test -f /public/index.html
43
44
FROM nginx:1.29-alpine-slim
45
-RUN apk upgrade --no-cache
+RUN apk upgrade --no-cache && \
46
+ apk add --upgrade musl --no-cache
47
COPY --from=builder /public /usr/share/nginx/html
48
EXPOSE 80/tcp
49
CMD ["nginx", "-g", "daemon off;"]
0 commit comments