File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG TOOLCHAIN=stable
9
9
# - https://www.openssl.org/source/
10
10
#
11
11
# ALSO UPDATE hooks/build!
12
- ARG OPENSSL_VERSION=1.1.1j
12
+ ARG OPENSSL_VERSION=1.1.1k
13
13
14
14
# Versions for other dependencies. Here are the places to check for new
15
15
# releases:
@@ -172,8 +172,6 @@ RUN env CARGO_HOME=/opt/rust/cargo cargo install -f cargo-audit && \
172
172
173
173
# Allow sudo without a password.
174
174
COPY sudoers /etc/sudoers.d/nopasswd
175
- # temp fix (win/wsl/ntfs)
176
- RUN chmod 0440 /etc/sudoers.d/nopasswd
177
175
178
176
# Run all further code as user `rust`, create our working directories, install
179
177
# our config file, and set up our credential helper.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set -euo pipefail
12
12
# we do offer the option of falling back to 1.0.
13
13
#
14
14
# Find the latest version at https://www.openssl.org/source/
15
- OPENSSL_VERSION=1.1.1j
15
+ OPENSSL_VERSION=1.1.1k
16
16
17
17
# Pick an appropriate Docker tag
18
18
case " $DOCKER_TAG " in
You can’t perform that action at this time.
0 commit comments