Skip to content

Commit a60263f

Browse files
committed
chore(test): sync ssh-server Dockerfile and Makefile OpenSSH pins with Alpine 3.23
1 parent 6f90ee4 commit a60263f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# They're used in the Dockerfile the GitHub Actions workflow,
66
# the integration tests, and the static build flags for Go.
77
# Note: No space between the equals and the value else issues arise.
8-
# renovate: datasource=repology depName=alpine_3_22_1/openssh versioning=loose
9-
OPENSSH_VERSION=10.0_p1-r7
10-
# renovate: datasource=repology depName=alpine_3_22_1/sshpass versioning=loose
8+
# renovate: datasource=repology depName=alpine_3_23_3/openssh versioning=loose
9+
OPENSSH_VERSION=10.2_p1-r0
10+
# renovate: datasource=repology depName=alpine_3_23_3/sshpass versioning=loose
1111
SSHPASS_VERSION=1.10-r0
1212

1313
# check if a git tag is already set

test/Dockerfile.ssh-server

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
FROM alpine:3.22.1@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1
1+
FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f2198c3f659
22

3-
# renovate: datasource=repology depName=alpine_3_22_1/openssh versioning=loose
4-
ENV OPENSSH_VERSION=10.0_p1-r7
5-
# renovate: datasource=repology depName=alpine_3_22_1/openssh-sftp-server versioning=loose
6-
ENV OPENSSH_SFTP_SERVER_VERSION=10.0_p1-r7
3+
# renovate: datasource=repology depName=alpine_3_23_3/openssh versioning=loose
4+
ENV OPENSSH_VERSION=10.2_p1-r0
5+
# renovate: datasource=repology depName=alpine_3_23_3/openssh-sftp-server versioning=loose
6+
ENV OPENSSH_SFTP_SERVER_VERSION=10.2_p1-r0
77

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

0 commit comments

Comments
 (0)