Skip to content

Commit db9a9b7

Browse files
committed
testing
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a2eceee commit db9a9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/testdata/Dockerfile.connhelper-ssh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG ENGINE_VERSION=28
77
FROM docker:${ENGINE_VERSION}-dind
88

99
# 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 && \
10+
RUN apk --no-cache add openssl openssh-client openssh-server && \
1111
apk --no-cache add shadow && \
1212
# TODO(krissetto): `groupadd` can be removed once we only test against moby >= v24
1313
# see https://github.com/docker-library/docker/pull/470

0 commit comments

Comments
 (0)