added version tags to images in Dockerfile
parent
d27de89239
commit
72d045e277
|
@ -1,4 +1,4 @@
|
||||||
FROM nginx
|
FROM nginx:1.21.1
|
||||||
|
|
||||||
# remove the config
|
# remove the config
|
||||||
RUN rm /etc/nginx/conf.d/default.conf && \
|
RUN rm /etc/nginx/conf.d/default.conf && \
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7
|
FROM python:3.9.6
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
COPY . /code
|
COPY . /code
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7
|
FROM python:3.9.6
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
COPY . /code
|
COPY . /code
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7
|
FROM python:3.9.6
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
COPY . /code
|
COPY . /code
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7
|
FROM python:3.9.6
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
COPY . /code
|
COPY . /code
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7
|
FROM python:3.9.6
|
||||||
WORKDIR /code
|
WORKDIR /code
|
||||||
|
|
||||||
COPY . /code
|
COPY . /code
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM nginx
|
FROM nginx:1.21.1
|
||||||
|
|
||||||
# remove the config
|
# remove the config
|
||||||
RUN rm /etc/nginx/conf.d/default.conf && \
|
RUN rm /etc/nginx/conf.d/default.conf && \
|
||||||
|
|
Loading…
Reference in New Issue