瀏覽代碼

Merge pull request #16126 from J0WI/alpine-3.19

[Tests] Update Alpine to 3.19
Tianon Gravi 1 年之前
父節點
當前提交
21eb056d18
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      test/tests/mongo-basics/run.sh
  2. 1 1
      test/tests/rabbitmq-tls/run.sh
  3. 1 1
      test/tests/redis-basics/run.sh

+ 1 - 1
test/tests/mongo-basics/run.sh

@@ -36,7 +36,7 @@ fi
 if [[ "$testName" == *tls* ]]; then
 	tlsImage="$("$testDir/../image-name.sh" librarytest/mongo-tls "$image")"
 	"$testDir/../docker-build.sh" "$testDir" "$tlsImage" <<-EOD
-		FROM alpine:3.17 AS certs
+		FROM alpine:3.19 AS certs
 		RUN apk add --no-cache openssl
 		RUN set -eux; \
 			mkdir /certs; \

+ 1 - 1
test/tests/rabbitmq-tls/run.sh

@@ -31,7 +31,7 @@ EOD
 
 testImage="$("$dir/../image-name.sh" librarytest/rabbitmq-tls-test "$1")"
 "$dir/../docker-build.sh" "$dir" "$testImage" <<'EOD'
-FROM alpine:3.17
+FROM alpine:3.19
 RUN apk add --no-cache bash coreutils drill openssl procps
 # https://github.com/drwetter/testssl.sh/releases
 ENV TESTSSL_VERSION 3.0.8

+ 1 - 1
test/tests/redis-basics/run.sh

@@ -18,7 +18,7 @@ if [[ "$testName" == *tls* ]]; then
 
 	tlsImage="$("$testDir/../image-name.sh" librarytest/redis-tls "$image")"
 	"$testDir/../docker-build.sh" "$testDir" "$tlsImage" <<-EOD
-		FROM alpine:3.17 AS certs
+		FROM alpine:3.19 AS certs
 		RUN apk add --no-cache openssl
 		RUN set -eux; \
 			mkdir /certs; \