Skip to content

Commit 79352f8

Browse files
author
Bryan Sieber
committed
Updating the starting image for Docker
1 parent 08071c9 commit 79352f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Creating a python base with shared environment variables
2-
FROM python:3.9.9-slim as python-base
2+
FROM python:3.9-slim as python-base
33
ENV PYTHONPATH=/app \
44
PYTHONUNBUFFERED=1 \
55
PYTHONDONTWRITEBYTECODE=1 \

0 commit comments

Comments
 (0)