We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d31a5 commit 6ea3d10Copy full SHA for 6ea3d10
Dockerfile
@@ -16,7 +16,7 @@ RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
16
17
# The runtime image, used to just run the code provided its virtual environment
18
FROM python:3.10-slim-buster as runtime
19
-LABEL maintainer="Nikolay Yurin <yurinnick@meta.com>"
+LABEL maintainer="Ihor Solodrai <isolodrai@meta.com>"
20
21
RUN apt update && \
22
apt install -y git && \
0 commit comments