Skip to content

Commit

Permalink
also update test dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
wass3r committed Aug 25, 2022
1 parent 9bb518c commit 895ecc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/Dockerfile.ssh-server
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.16@sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c
FROM alpine:3.16@sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad

# renovate: datasource=repology depName=alpine_3_16/openssh versioning=loose
ENV OPENSSH_VERSION=9.0_p1-r1
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-r1
ENV OPENSSH_SFTP_SERVER_VERSION=9.0_p1-r2

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 895ecc4

Please sign in to comment.