Skip to content

Commit 3b30a98

Browse files
committed
fix: change curl version for docker build
Change curl version for docker build
1 parent 3d6c165 commit 3b30a98

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
@@ -24,7 +24,7 @@ FROM python-base as builder-base
2424
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
2525

2626
RUN apt-get update \
27-
&& apt-get --no-install-recommends install -y curl=7.64.0-4+deb10u2 \
27+
&& apt-get --no-install-recommends install -y curl=7.64.0-4+deb10u3 \
2828
&& apt-get clean \
2929
&& rm -rf /var/lib/apt/lists/* \
3030
&& curl -sSL https://install.python-poetry.org | python

0 commit comments

Comments
 (0)