Skip to content

Commit 2f24360

Browse files
committed
drop to tlsv1
1 parent 4c0fe9c commit 2f24360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV RUBY_VERSION="${RUBY_VERSION}"
55
RUN rm -rf $GEM_HOME $BUNDLE_PATH $BUNDLE_BIN $BUNDLE_APP_CONFIG
66
RUN apt-get update && apt-get install -y cmake openssl libssl-dev
77
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
8+
RUN sed -i'' -e 's/MinProtocol = TLSv1.2/MinProtocol = TLSv1/g' /etc/ssl/openssl.cnf
99

1010
FROM scratch AS app
1111
COPY --from=ruby / /

0 commit comments

Comments
 (0)