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 @@ -10,7 +10,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
10
10
&& apt-get install -y libssl3 --no-install-recommends \
11
11
&& rm -rf /var/lib/apt/lists/*
12
12
13
- ENV SPIPED_VERSION=1.6.3.99 SPIPED_DOWNLOAD_SHA256=5f7da4bdfc4528ac6812b7ca741689ba1438e998f257518da3a2d2479b94b4fd
13
+ ENV SPIPED_VERSION=1.6.4 SPIPED_DOWNLOAD_SHA256=424fb4d3769d912b04de43d21cc32748cdfd3121c4f1d26d549992a54678e06a
14
14
15
15
RUN export DEBIAN_FRONTEND="noninteractive" \
16
16
&& set -x \
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN set -x \
6
6
7
7
RUN apk add --no-cache libssl3
8
8
9
- ENV SPIPED_VERSION=1.6.3.99 SPIPED_DOWNLOAD_SHA256=5f7da4bdfc4528ac6812b7ca741689ba1438e998f257518da3a2d2479b94b4fd
9
+ ENV SPIPED_VERSION=1.6.4 SPIPED_DOWNLOAD_SHA256=424fb4d3769d912b04de43d21cc32748cdfd3121c4f1d26d549992a54678e06a
10
10
11
11
RUN set -x \
12
12
&& apk add --no-cache --virtual .build-deps \
You can’t perform that action at this time.
0 commit comments