File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 36
36
if [[ " $testName " == * tls* ]]; then
37
37
tlsImage=" $( " $testDir /../image-name.sh" librarytest/mongo-tls " $image " ) "
38
38
" $testDir /../docker-build.sh" " $testDir " " $tlsImage " << -EOD
39
- FROM alpine:3.19 AS certs
39
+ FROM alpine:3.22 AS certs
40
40
RUN apk add --no-cache openssl
41
41
RUN set -eux; \
42
42
mkdir /certs; \
Original file line number Diff line number Diff line change 31
31
32
32
testImage=" $( " $dir /../image-name.sh" librarytest/rabbitmq-tls-test " $1 " ) "
33
33
" $dir /../docker-build.sh" " $dir " " $testImage " << 'EOD '
34
- FROM alpine:3.19
34
+ FROM alpine:3.22
35
35
RUN apk add --no-cache bash coreutils drill openssl procps
36
36
# https://github.com/drwetter/testssl.sh/releases
37
- ENV TESTSSL_VERSION 3.0.8
37
+ ENV TESTSSL_VERSION 3.0.10
38
38
RUN set -eux; \
39
39
wget -O testssl.tgz "https://github.com/drwetter/testssl.sh/archive/v${TESTSSL_VERSION}.tar.gz"; \
40
40
tar -xvf testssl.tgz -C /opt; \
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if [[ "$testName" == *tls* ]]; then
18
18
19
19
tlsImage=" $( " $testDir /../image-name.sh" librarytest/redis-tls " $image " ) "
20
20
" $testDir /../docker-build.sh" " $testDir " " $tlsImage " << -EOD
21
- FROM alpine:3.19 AS certs
21
+ FROM alpine:3.22 AS certs
22
22
RUN apk add --no-cache openssl
23
23
RUN set -eux; \
24
24
mkdir /certs; \
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ docker run --interactive --rm --entrypoint sh "$buildDepsImage" -eu <<-'EOSH'
37
37
platform='ruby'
38
38
fi
39
39
gem install bcrypt \
40
- --version 3.1.16 \
40
+ --version 3.1.20 \
41
41
--platform "$platform" \
42
42
--silent
43
43
ruby -e 'require "bcrypt"; print "it works\n"'
You can’t perform that action at this time.
0 commit comments