File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
37
37
pipx="${PIPX_VERSION}" \
38
38
sudo="${SUDO_VERSION}" \
39
39
vim="${VIM_VERSION}" \
40
- && pipx install pipx==1.6.0 \
40
+ && pipx install pipx==1.7.1 \
41
41
&& apt-get purge -y --autoremove pipx \
42
42
&& apt-get clean -y \
43
43
&& rm -rf /var/lib/apt/lists/* \
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
37
37
pipx="${PIPX_VERSION}" \
38
38
sudo="${SUDO_VERSION}" \
39
39
vim="${VIM_VERSION}" \
40
- && pipx install pipx==1.6.0 \
40
+ && pipx install pipx==1.7.1 \
41
41
&& apt-get purge -y --autoremove pipx \
42
42
&& apt-get clean -y \
43
43
&& rm -rf /var/lib/apt/lists/* \
You can’t perform that action at this time.
0 commit comments