Skip to content

Commit 3292fd0

Browse files
committed
back to the start
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent a5a051e commit 3292fd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

e2e/testdata/Dockerfile.connhelper-ssh

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

99
RUN apk --no-cache add openssl openssh-client openssh-server shadow \
10+
&& apk --no-cache upgrade openssl openssh-client openssh-server \
1011
&& useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin \
1112
&& usermod -aG docker penguin \
1213
&& ssh-keygen -A

0 commit comments

Comments
 (0)