Skip to content

Commit 6cfa21d

Browse files
committed
Update to spiped 1.6.4
1 parent 2d9c6ac commit 6cfa21d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" \
1010
&& apt-get install -y libssl3 --no-install-recommends \
1111
&& rm -rf /var/lib/apt/lists/*
1212

13-
ENV SPIPED_VERSION=1.6.3.99 SPIPED_DOWNLOAD_SHA256=5f7da4bdfc4528ac6812b7ca741689ba1438e998f257518da3a2d2479b94b4fd
13+
ENV SPIPED_VERSION=1.6.4 SPIPED_DOWNLOAD_SHA256=424fb4d3769d912b04de43d21cc32748cdfd3121c4f1d26d549992a54678e06a
1414

1515
RUN export DEBIAN_FRONTEND="noninteractive" \
1616
&& set -x \

1.6/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN set -x \
66

77
RUN apk add --no-cache libssl3
88

9-
ENV SPIPED_VERSION=1.6.3.99 SPIPED_DOWNLOAD_SHA256=5f7da4bdfc4528ac6812b7ca741689ba1438e998f257518da3a2d2479b94b4fd
9+
ENV SPIPED_VERSION=1.6.4 SPIPED_DOWNLOAD_SHA256=424fb4d3769d912b04de43d21cc32748cdfd3121c4f1d26d549992a54678e06a
1010

1111
RUN set -x \
1212
&& apk add --no-cache --virtual .build-deps \

0 commit comments

Comments
 (0)