Skip to content

Commit f19d63f

Browse files
authored
Update Dockerfile
1 parent 09c3e10 commit f19d63f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +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
4546
COPY --from=builder /public /usr/share/nginx/html
4647
EXPOSE 80
4748
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)