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 67fc496 commit ad1b4a1Copy full SHA for ad1b4a1
Dockerfile
@@ -24,7 +24,7 @@ FROM python-base as builder-base
24
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
25
26
RUN apt-get update \
27
- && apt-get --no-install-recommends install -y curl=7.64.0-4+deb10u2 \
+ && apt-get --no-install-recommends install -y curl=7.64.0-4+deb10u3 \
28
&& apt-get clean \
29
&& rm -rf /var/lib/apt/lists/* \
30
&& curl -sSL https://install.python-poetry.org | python
0 commit comments