Skip to content

Commit d4d53d4

Browse files
authored
Update Dockerfile
1 parent f14b851 commit d4d53d4

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
@@ -42,7 +42,7 @@ 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.28-alpine-slim
45-
RUN apk upgrade --no-cache
45+
RUN /bin/sh -c apk upgrade --no-cache # buildkit
4646
COPY --from=builder /public /usr/share/nginx/html
4747
EXPOSE 80
4848
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)