Skip to content

Commit

Permalink
chore: fixing errors for dependency upgrade (#60)
Browse files Browse the repository at this point in the history
* chore: bulk updating dependencies

* chore: bulk updating dependencies

* fixing errors

* hopefully final fix

* hopefully final fix

---------

Co-authored-by: Claire.Nicholas <[email protected]>
  • Loading branch information
claire1618 and Claire.Nicholas authored Dec 8, 2023
1 parent 3f3ce4b commit cbbb4b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# They're used in the Dockerfile the GitHub Actions workflow,
# the integration tests, and the static build flags for Go.
# Note: No space between the equals and the value else issues arise.
# renovate: datasource=repology depName=alpine_3_16/openssh versioning=loose
OPENSSH_VERSION=9.3_p1-r3
# renovate: datasource=repology depName=alpine_3_16/sshpass versioning=loose
# renovate: datasource=repology depName=alpine_3_19/openssh versioning=loose
OPENSSH_VERSION=9.5_p1-r0
# renovate: datasource=repology depName=alpine_3_19/sshpass versioning=loose
SSHPASS_VERSION=1.10-r0

# check if a git tag is already set
Expand Down
10 changes: 5 additions & 5 deletions test/Dockerfile.ssh-server
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.18@sha256:02bb6f428431fbc2809c5d1b41eab5a68350194fb508869a33cb1af4444c9b11
FROM alpine:3.19@sha256:51b67269f354137895d43f3b3d810bfacd3945438e94dc5ac55fdac340352f48

# 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
# renovate: datasource=repology depName=alpine_3_19/openssh versioning=loose
ENV OPENSSH_VERSION=9.5_p1-r0
# renovate: datasource=repology depName=alpine_3_19/openssh-sftp-server versioning=loose
ENV OPENSSH_SFTP_SERVER_VERSION=9.5_p1-r0

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 cbbb4b9

Please sign in to comment.