diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM python:3.8 as pyfbin +FROM python:3.9 as pyfbin WORKDIR /app COPY requirements.txt . |
index : pyfbin | ||
Python file bin | Jon Bergli Heier |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Dockerfile | 2 |
@@ -1,4 +1,4 @@ -FROM python:3.8 as pyfbin +FROM python:3.9 as pyfbin WORKDIR /app COPY requirements.txt . |