Skip to content

Commit e5da490

Browse files
committed
build: update curl version
1 parent d3ca47b commit e5da490

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
@@ -23,7 +23,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
2323

2424
# get poetry
2525
RUN apk update \
26-
&& apk add --update --no-cache curl==7.87.0-r1 gcc=12.2.1_git20220924-r4 linux-headers=5.19.5-r0 build-base=0.5-r3 \
26+
&& apk add --update --no-cache curl==7.87.0-r2 gcc=12.2.1_git20220924-r4 linux-headers=5.19.5-r0 build-base=0.5-r3 \
2727
&& curl -sSL https://install.python-poetry.org | python -
2828

2929
RUN python -m venv "$VENV_PATH"

0 commit comments

Comments
 (0)