|
@@ -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; \
|