Skip to content

Commit dc810b9

Browse files
committed
Bump base Docker image to 3.9.9 [skip ci]
1 parent 712e82b commit dc810b9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/mock_vws/_flask_server/dockerfiles/target_manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.1-slim-buster
1+
FROM python:3.9.9-slim-buster
22
COPY . /app
33
WORKDIR /app
44
RUN pip install .

src/mock_vws/_flask_server/dockerfiles/vwq/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.1-slim-buster
1+
FROM python:3.9.9-slim-buster
22
COPY . /app
33
WORKDIR /app
44
RUN pip install .

src/mock_vws/_flask_server/dockerfiles/vws/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.1-slim-buster
1+
FROM python:3.9.9-slim-buster
22
COPY . /app
33
WORKDIR /app
44
RUN pip install .

0 commit comments

Comments
 (0)