Skip to content

Commit 7e543d6

Browse files
author
vlad
committed
improve nginx version
1 parent 26a4d5a commit 7e543d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ COPY . .
1414

1515
RUN quasar build
1616

17-
FROM nginx:1.17.0-alpine
17+
FROM nginx:1.19.6-alpine
1818
RUN rm /usr/share/nginx/html/*
1919
COPY --from=ui-builder /app/dist/spa /usr/share/nginx/html
2020

0 commit comments

Comments
 (0)