Skip to content

Commit

Permalink
Use openssl 1.1.1k
Browse files Browse the repository at this point in the history
  • Loading branch information
asaaki committed Apr 19, 2021
1 parent a8d67e2 commit 1f323d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG TOOLCHAIN=stable
# - https://www.openssl.org/source/
#
# ALSO UPDATE hooks/build!
ARG OPENSSL_VERSION=1.1.1j
ARG OPENSSL_VERSION=1.1.1k

# Versions for other dependencies. Here are the places to check for new
# releases:
Expand Down Expand Up @@ -172,8 +172,6 @@ RUN env CARGO_HOME=/opt/rust/cargo cargo install -f cargo-audit && \

# Allow sudo without a password.
COPY sudoers /etc/sudoers.d/nopasswd
# temp fix (win/wsl/ntfs)
RUN chmod 0440 /etc/sudoers.d/nopasswd

# Run all further code as user `rust`, create our working directories, install
# our config file, and set up our credential helper.
Expand Down
2 changes: 1 addition & 1 deletion hooks/build
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -euo pipefail
# we do offer the option of falling back to 1.0.
#
# Find the latest version at https://www.openssl.org/source/
OPENSSL_VERSION=1.1.1j
OPENSSL_VERSION=1.1.1k

# Pick an appropriate Docker tag
case "$DOCKER_TAG" in
Expand Down

0 comments on commit 1f323d2

Please sign in to comment.