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-ssh-bastion/pull/43
Fabian Peter Hammerle 1 year ago
parent
commit
733ee5258f
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Dockerfile
  2. 1 1
      openssh-package-log.url

+ 2 - 2
Dockerfile

@@ -1,6 +1,6 @@
-FROM docker.io/alpine:3.16.3
+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