Browse Source

upgrade openssh-server package from v8.6_p1-r1 to v8.6_p1-r2 (no relevant changes)

https://git.alpinelinux.org/aports/commit/main/openssh?id=681d6aaeb4d2f8ae96f366732799352c77c90d74
Fabian Peter Hammerle 2 years ago
parent
commit
0f2f2540da
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM alpine:3.14.0
 
-ARG OPENSSH_SERVER_PACKAGE_VERSION=8.6_p1-r1
+ARG OPENSSH_SERVER_PACKAGE_VERSION=8.6_p1-r2
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION
 
 ENV SSHD_HOST_KEYS_DIR /etc/ssh/host_keys