Skip to content

Commit

Permalink
chore(dockerfile): remove insecure Git SSL verification configuration
Browse files Browse the repository at this point in the history
Removed the line disabling SSL verification for Git in the Dockerfile. This change enhances security by ensuring SSL verification is enabled during system tests.
  • Loading branch information
T-Y89 committed Oct 25, 2024
1 parent 8d872bd commit 598aefc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile.system-test
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ RUN gem install bundler -v 2.5.18 && \
echo 'gem: --no-document' >> ~/.gemrc && \
cp ~/.gemrc /etc/gemrc && \
chmod uog+r /etc/gemrc && \
git config --global http.sslVerify false && \
bundle config --global build.nokogiri --use-system-libraries && \
bundle config --global jobs 4 && \
bundle install && \
Expand Down

0 comments on commit 598aefc

Please sign in to comment.