Browse Source

upgrade openssh-server package from v9.0_p1-r2 to v9.1_p1-r1 (see below)

https://web.archive.org/web/20221125145312/https://www.openssh.com/txt/release-9.1

https://git.alpinelinux.org/aports/commit/main/openssh?h=3.17-stable&id=93e966de408da051fb71aade8d6daf56822e9a3a
https://git.alpinelinux.org/aports/commit/main/openssh?h=3.17-stable&id=c927eec097096ac34b6cfc8fc48997e7fd0db013
Fabian Peter Hammerle 1 year ago
parent
commit
d8231fbebd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      openssh-package-log.url

+ 1 - 1
Dockerfile

@@ -1,6 +1,6 @@
 FROM docker.io/alpine:3.17.0
   
-ARG OPENSSH_SERVER_PACKAGE_VERSION=9.0_p1-r2
+ARG OPENSSH_SERVER_PACKAGE_VERSION=9.1_p1-r1
 RUN apk add --no-cache openssh-server=$OPENSSH_SERVER_PACKAGE_VERSION
 
 ENV SSHD_HOST_KEYS_DIR /etc/ssh/host_keys

+ 1 - 1
openssh-package-log.url

@@ -1 +1 @@
-https://git.alpinelinux.org/aports/log/main/openssh
+https://git.alpinelinux.org/aports/log/main/openssh?h=3.17-stable