Skip to content

Commit 6ea3d10

Browse files
committed
Dockerfile: update maintainer
Signed-off-by: Ihor Solodrai <[email protected]>
1 parent f7d31a5 commit 6ea3d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN poetry install --without dev --no-root && rm -rf $POETRY_CACHE_DIR
1616

1717
# The runtime image, used to just run the code provided its virtual environment
1818
FROM python:3.10-slim-buster as runtime
19-
LABEL maintainer="Nikolay Yurin <yurinnick@meta.com>"
19+
LABEL maintainer="Ihor Solodrai <isolodrai@meta.com>"
2020

2121
RUN apt update && \
2222
apt install -y git && \

0 commit comments

Comments
 (0)