We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2eceee commit db9a9b7Copy full SHA for db9a9b7
e2e/testdata/Dockerfile.connhelper-ssh
@@ -7,7 +7,7 @@ ARG ENGINE_VERSION=28
7
FROM docker:${ENGINE_VERSION}-dind
8
9
# the openssh-client update is needed for security reasons when using docker:23.0-dind, currently maintained as an lts by mirantis
10
-RUN apk --no-cache upgrade openssh-client openssh-server openssl && \
+RUN apk --no-cache add openssl openssh-client openssh-server && \
11
apk --no-cache add shadow && \
12
# TODO(krissetto): `groupadd` can be removed once we only test against moby >= v24
13
# see https://github.com/docker-library/docker/pull/470
0 commit comments