Skip to content

Commit ced6898

Browse files
change base image
1 parent 173bd2f commit ced6898

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
# DEV image
3-
FROM satel/python-base:202206-python3.10 AS webapp_dev
3+
FROM satel/python-base:202206-rc1 AS webapp_dev
44

55
# Copy the files for the server
66
COPY ./ /python/app
@@ -16,7 +16,7 @@ RUN pip install -r /python/app/requirements.txt
1616

1717

1818
# PRD image
19-
FROM satel/python-base:202206-python3.10 AS webapp_prd
19+
FROM satel/python-base:202206-rc1 AS webapp_prd
2020

2121
COPY ./ /python/app
2222

@@ -30,4 +30,4 @@ RUN pip install -r /python/app/requirements.txt
3030

3131
USER root
3232

33-
RUN apt-get install -y curl
33+
RUN apt-get install -y curl

0 commit comments

Comments
 (0)