File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1111SSHPASS_VERSION =1.10-r0
1212
1313# check if a git tag is already set
Original file line number Diff line number Diff line change 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
88RUN apk add openssh=${OPENSSH_VERSION} openssh-sftp-server=${OPENSSH_SFTP_SERVER_VERSION} && \
99 adduser -D vela -h /home/vela && \
You can’t perform that action at this time.
0 commit comments