Browse Source

upgrade alpine from 3.16.3 to 3.17.0 including upgrade of openssh-server package from v9.0_p1-r2 to v9.1_p1-r1

https://github.com/fphammerle/docker-rsync-sshd/pull/39

https://github.com/fphammerle/docker-ssh-bastion/pull/43
Fabian Peter Hammerle 1 year ago
parent
commit
4a52a7ba65
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Dockerfile
  2. 1 1
      openssh-package-log.url

+ 2 - 2
Dockerfile

@@ -1,7 +1,7 @@
-FROM docker.io/alpine:3.16.3
+FROM docker.io/alpine:3.17.0
 
 ARG RSYNC_PACKAGE_VERSION=3.2.7-r0
-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 \
     rrsync=$RSYNC_PACKAGE_VERSION \

+ 1 - 1
openssh-package-log.url

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