We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0fe9c commit 2f24360Copy full SHA for 2f24360
Dockerfile
@@ -5,7 +5,7 @@ ENV RUBY_VERSION="${RUBY_VERSION}"
5
RUN rm -rf $GEM_HOME $BUNDLE_PATH $BUNDLE_BIN $BUNDLE_APP_CONFIG
6
RUN apt-get update && apt-get install -y cmake openssl libssl-dev
7
RUN sed -i'' -e 's/CipherString = DEFAULT@SECLEVEL=2/CipherString = DEFAULT@SECLEVEL=1/g' /etc/ssl/openssl.cnf
8
-RUN sed -i'' -e 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1.1/g' /etc/ssl/openssl.cnf
+RUN sed -i'' -e 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1/g' /etc/ssl/openssl.cnf
9
10
FROM scratch AS app
11
COPY --from=ruby / /
0 commit comments