Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to spiped 1.6.3 #18321

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Conversation

TimWolla
Copy link
Contributor

No description provided.

@TimWolla TimWolla requested a review from a team as a code owner January 26, 2025 16:59
Copy link

Diff for 0dd31cd:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a9d46c1..8d01ce0 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,12 +2,12 @@ Maintainers: Tim Düsterhus <tim@bastelstu.be> (@TimWolla)
 GitRepo: https://github.com/TimWolla/docker-spiped.git
 GitFetch: refs/heads/main
 
-Tags: 1.6.2, 1.6, 1, latest
+Tags: 1.6.3, 1.6, 1, latest
 Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 734961b7d2f6977c52a4136def06bf2f92d905d4
+GitCommit: 917d35aa378a013b033fb1eaf34acdef342fa7b6
 Directory: 1.6
 
-Tags: 1.6.2-alpine, 1.6-alpine, 1-alpine, alpine
+Tags: 1.6.3-alpine, 1.6-alpine, 1-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 646ceea9c33a13927a6702bf413650b6e66cea39
+GitCommit: 917d35aa378a013b033fb1eaf34acdef342fa7b6
 Directory: 1.6/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 6f4481e..f9d703d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ spiped:1
 spiped:1-alpine
 spiped:1.6
 spiped:1.6-alpine
-spiped:1.6.2
-spiped:1.6.2-alpine
+spiped:1.6.3
+spiped:1.6.3-alpine
 spiped:alpine
 spiped:latest
diff --git a/spiped_alpine/Dockerfile b/spiped_alpine/Dockerfile
index 6c98f46..805f4c9 100644
--- a/spiped_alpine/Dockerfile
+++ b/spiped_alpine/Dockerfile
@@ -6,7 +6,7 @@ RUN	set -x \
 
 RUN	apk add --no-cache libssl3
 
-ENV	SPIPED_VERSION=1.6.2 SPIPED_DOWNLOAD_SHA256=05d4687d12d11d7f9888d43f3d80c541b7721c987038d085f71c91bb06204567
+ENV	SPIPED_VERSION=1.6.3 SPIPED_DOWNLOAD_SHA256=70c53070dbbb10d1442754aeafb01b08ec829203d41023647dbf1a1435ee4a65
 
 RUN	set -x \
 &&	apk add --no-cache --virtual .build-deps \
diff --git a/spiped_latest/Dockerfile b/spiped_latest/Dockerfile
index d9defd3..fdb123e 100644
--- a/spiped_latest/Dockerfile
+++ b/spiped_latest/Dockerfile
@@ -10,7 +10,7 @@ RUN	export DEBIAN_FRONTEND="noninteractive" \
 &&	apt-get install -y libssl3 --no-install-recommends \
 &&	rm -rf /var/lib/apt/lists/*
 
-ENV	SPIPED_VERSION=1.6.2 SPIPED_DOWNLOAD_SHA256=05d4687d12d11d7f9888d43f3d80c541b7721c987038d085f71c91bb06204567
+ENV	SPIPED_VERSION=1.6.3 SPIPED_DOWNLOAD_SHA256=70c53070dbbb10d1442754aeafb01b08ec829203d41023647dbf1a1435ee4a65
 
 RUN	export DEBIAN_FRONTEND="noninteractive" \
 &&	set -x \

Relevant Maintainers:

@yosifkit yosifkit merged commit 1487f87 into docker-library:master Jan 28, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants