瀏覽代碼

Bump Alpine version

J0WI 4 年之前
父節點
當前提交
450342b4a9
共有 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

@@ -26,7 +26,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.11 AS certs
+		FROM alpine:3.14 AS certs
 		RUN apk add --no-cache openssl
 		RUN set -eux; \
 			mkdir /certs; \

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

@@ -27,7 +27,7 @@ EOD
 
 testImage="$("$dir/../image-name.sh" librarytest/rabbitmq-tls-test "$1")"
 "$dir/../docker-build.sh" "$dir" "$testImage" <<'EOD'
-FROM alpine:3.11
+FROM alpine:3.14
 RUN apk add --no-cache bash coreutils drill openssl procps
 # https://github.com/drwetter/testssl.sh/releases
 ENV TESTSSL_VERSION 2.9.5-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.11 AS certs
+		FROM alpine:3.14 AS certs
 		RUN apk add --no-cache openssl
 		RUN set -eux; \
 			mkdir /certs; \