added version tags to images in Dockerfile

pull/61/MERGE
13621160019@163.com 2021-08-11 13:17:15 +08:00
parent d27de89239
commit 72d045e277
7 changed files with 7 additions and 7 deletions

2
admin/Dockerfile vendored
View File

@ -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 && \

View File

@ -1,4 +1,4 @@
FROM python:3.7 FROM python:3.9.6
WORKDIR /code WORKDIR /code
COPY . /code COPY . /code

View File

@ -1,4 +1,4 @@
FROM python:3.7 FROM python:3.9.6
WORKDIR /code WORKDIR /code
COPY . /code COPY . /code

View File

@ -1,4 +1,4 @@
FROM python:3.7 FROM python:3.9.6
WORKDIR /code WORKDIR /code
COPY . /code COPY . /code

View File

@ -1,4 +1,4 @@
FROM python:3.7 FROM python:3.9.6
WORKDIR /code WORKDIR /code
COPY . /code COPY . /code

View File

@ -1,4 +1,4 @@
FROM python:3.7 FROM python:3.9.6
WORKDIR /code WORKDIR /code
COPY . /code COPY . /code

2
web/Dockerfile vendored
View File

@ -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 && \