Skip to content

Commit

Permalink
server openssh version upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Jun 15, 2023
1 parent bbcd01a commit a51b013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Dockerfile.ssh-server
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.16@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad

# renovate: datasource=repology depName=alpine_3_16/openssh versioning=loose
ENV OPENSSH_VERSION=9.0_p1-r2
# renovate: datasource=repology depName=alpine_3_16/openssh-sftp-server versioning=loose
ENV OPENSSH_SFTP_SERVER_VERSION=9.0_p1-r2
# renovate: datasource=repology depName=alpine_3_18/openssh versioning=loose
ENV OPENSSH_VERSION=9.3_p1-r3
# renovate: datasource=repology depName=alpine_3_18/openssh-sftp-server versioning=loose
ENV OPENSSH_SFTP_SERVER_VERSION=9.3_p1-r3

RUN apk add openssh=${OPENSSH_VERSION} openssh-sftp-server=${OPENSSH_SFTP_SERVER_VERSION} && \
adduser -D vela -h /home/vela && \
Expand Down

0 comments on commit a51b013

Please sign in to comment.