diff options
author | 2023-06-10 20:09:55 +0100 | |
---|---|---|
committer | 2023-06-10 20:09:55 +0100 | |
commit | 718329f455092c38b8d45b777ea153deffc7cc56 (patch) | |
tree | 98db5300a0a89268246b8b64dd2302216a5e3ecb | |
parent | Bump alembic from 1.10.2 to 1.10.3 (#47) (diff) |
Update base docker image used
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM --platform=linux/amd64 ghcr.io/chrislovering/python-poetry-base:3.10-slim +FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:3.10-slim ENV PYTHONHASHSEED=random |