Skip to content
Snippets Groups Projects
Unverified Commit a09ea31b authored by Clemens Beck's avatar Clemens Beck
Browse files

Manage OpenSSL 1.1 for Ruby 3.0 with deps io

Manage custom OpenSSL version for Ruby 3.0 builds on OpenSSL 3 systems
(debian bookworm) with deps io.
parent 5f24f97c
No related merge requests found
......@@ -241,3 +241,10 @@ dependencies:
- <<: *fips-go-replace
filename: ci_files/variables.yml
pattern: 'GO_FIPS_VERSION: "(\S+)"'
# OpenSSL 1.1 for Ruby 3.0 in debian images.
https://github.com/openssl/openssl.git:
replace_in_files:
- filename: gitlab-ruby/Dockerfile
pattern: 'ARG OPENSSL_VERSION=1.1.(\S+)'
tag_prefix: 'OpenSSL_1_1_'
semver: false
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment