Skip to content

Commit 1f323d2

Browse files
committed
Use openssl 1.1.1k
1 parent a8d67e2 commit 1f323d2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG TOOLCHAIN=stable
99
# - https://www.openssl.org/source/
1010
#
1111
# ALSO UPDATE hooks/build!
12-
ARG OPENSSL_VERSION=1.1.1j
12+
ARG OPENSSL_VERSION=1.1.1k
1313

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

173173
# Allow sudo without a password.
174174
COPY sudoers /etc/sudoers.d/nopasswd
175-
# temp fix (win/wsl/ntfs)
176-
RUN chmod 0440 /etc/sudoers.d/nopasswd
177175

178176
# Run all further code as user `rust`, create our working directories, install
179177
# our config file, and set up our credential helper.

hooks/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -euo pipefail
1212
# we do offer the option of falling back to 1.0.
1313
#
1414
# Find the latest version at https://www.openssl.org/source/
15-
OPENSSL_VERSION=1.1.1j
15+
OPENSSL_VERSION=1.1.1k
1616

1717
# Pick an appropriate Docker tag
1818
case "$DOCKER_TAG" in

0 commit comments

Comments
 (0)