build: update openssh-client for docker

This commit is contained in:
Price Hiller 2023-02-03 19:06:14 -06:00
parent b4cfdf73fa
commit ffc1c66c38

View File

@ -31,7 +31,7 @@ FROM base as final
RUN <<__EOR__
apk add --no-cache \
openssh-client=9.1_p1-r1 \
openssh-client=9.1_p1-r2 \
ca-certificates=20220614-r4
__EOR__