Skip to content

Commit

Permalink
fix: hadolint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
agrrh committed Jul 24, 2024
1 parent 92b4a1f commit ad9eeba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11-buster
ARG POETRY_VERSION=1.8.2
RUN pip install poetry==${POETRY_VERSION}
RUN pip install --no-cache-dir poetry==${POETRY_VERSION}

COPY \
pyproject.toml \
Expand Down

0 comments on commit ad9eeba

Please sign in to comment.