From 0f6b4c1b740bc0c3def114b6afa6bcc13add2a6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 May 2022 13:06:32 +0000 Subject: [PATCH] chore(deps): update dependency alpine to v3.16 (#27) --- Dockerfile.scp | 2 +- Dockerfile.ssh | 2 +- Makefile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.scp b/Dockerfile.scp index adffd6e..5009a5d 100644 --- a/Dockerfile.scp +++ b/Dockerfile.scp @@ -6,7 +6,7 @@ ## docker build --no-cache -t vela-scp:local . ## ############################################################### -FROM alpine:3.15@sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 +FROM alpine:3.16@sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c # Build args to be used from the Makefile ARG OPENSSH_VERSION diff --git a/Dockerfile.ssh b/Dockerfile.ssh index b0de96f..2edea51 100644 --- a/Dockerfile.ssh +++ b/Dockerfile.ssh @@ -6,7 +6,7 @@ ## docker build --no-cache -t vela-ssh:local . ## ############################################################### -FROM alpine:3.15@sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 +FROM alpine:3.16@sha256:686d8c9dfa6f3ccfc8230bc3178d23f84eeaf7e457f36f271ab1acc53015037c # Build args to be used from the Makefile ARG OPENSSH_VERSION diff --git a/Makefile b/Makefile index 3ddcdb7..ba6fd4e 100644 --- a/Makefile +++ b/Makefile @@ -7,9 +7,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_15/openssh versioning=loose +# renovate: datasource=repology depName=alpine_3_16/openssh versioning=loose OPENSSH_VERSION=8.8_p1-r1 -# renovate: datasource=repology depName=alpine_3_15/sshpass versioning=loose +# renovate: datasource=repology depName=alpine_3_16/sshpass versioning=loose SSHPASS_VERSION=1.09-r0 # check if a git tag is already set