We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84a15a commit ba47832Copy full SHA for ba47832
Phonebook.Frontend/Dockerfile
@@ -21,7 +21,7 @@ RUN npm run build
21
### production ###
22
##################
23
24
-FROM nginx:1.17.6
+FROM nginx:1.17.9
25
WORKDIR /etc/nginx
26
27
ARG BASE_URL
demo/assets/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nginx:1.17.6-alpine
+FROM nginx:1.17.9-alpine
2
3
4
RUN rm -r ./*
0 commit comments