Skip to content
This repository was archived by the owner on Mar 27, 2023. It is now read-only.

Commit 89644a9

Browse files
committed
Update nginx Docker tag to v1.19.3
1 parent 92e8043 commit 89644a9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

nginx/ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY quasar /app/
99
RUN quasar build -m pwa
1010

1111
# ci stage
12-
FROM nginx:1.18.0-alpine as ci-stage
12+
FROM nginx:1.19.3-alpine as ci-stage
1313
COPY nginx/ci/ci.conf /etc/nginx/nginx.conf
1414
COPY --from=build-stage /app/dist/pwa /dist/
1515
EXPOSE 80

nginx/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.18.0-alpine
1+
FROM nginx:1.19.3-alpine
22
COPY nginx/dev/dev.conf /etc/nginx/nginx.conf
33
COPY backend/static /usr/src/app/static/
44
EXPOSE 80

nginx/flowerproxy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.18.0-alpine
1+
FROM nginx:1.19.3-alpine
22
COPY proxy.conf /etc/nginx/nginx.conf
33
EXPOSE 80
44
CMD ["nginx", "-g", "daemon off;"]

nginx/minikube/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ COPY quasar /app/
1717
RUN quasar build -m pwa
1818

1919
# ci stage
20-
FROM nginx:1.18.0-alpine as ci-stage
20+
FROM nginx:1.19.3-alpine as ci-stage
2121
COPY nginx/minikube/minikube.conf /etc/nginx/nginx.conf
2222
COPY --from=build-stage /app/dist/pwa /dist/
2323
EXPOSE 80

0 commit comments

Comments
 (0)