Skip to content

Commit

Permalink
update poetry in the Dockerilfe (#94)
Browse files Browse the repository at this point in the history
* update poetry in the Dockerilfe

* same for the operator dockerfile
  • Loading branch information
TheDen authored Mar 15, 2024
1 parent 36cc566 commit 8b6628e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/hardbyte/netchecks
ENV USERNAME=netchecks \
USER_UID=1000 \
USER_GID=1000 \
POETRY_VERSION=1.4.1 \
POETRY_VERSION=1.7.1 \
POETRY_HOME=/home/netchecks/bin/poetry \
POETRY_VENV=/home/netchecks/bin/poetry-venv \
POETRY_CACHE_DIR=/home/netchecks/bin/.cache \
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/hardbyte/netchecks
ENV USERNAME=netchecks \
USER_UID=1000 \
USER_GID=1000 \
POETRY_VERSION=1.4.1 \
POETRY_VERSION=1.7.1 \
POETRY_HOME=/home/netchecks/bin/poetry \
POETRY_VENV=/home/netchecks/bin/poetry-venv \
POETRY_CACHE_DIR=/home/netchecks/bin/.cache \
Expand Down

0 comments on commit 8b6628e

Please sign in to comment.