Browse Source

merge remote-tracking branch 'dependabot/docker/alpine-3.16.1'

https://github.com/fphammerle/docker-ssh-bastion/pull/33
Fabian Peter Hammerle 1 year ago
parent
commit
510496e5b0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

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