Skip to content

Commit 38723a0

Browse files
renovate-botJuniorJPDJ
authored andcommitted
chore(openssl-kubectl): update dependency alpine_3_22/yq-go to v4.46.1-r0
1 parent e7b257e commit 38723a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/openssl-kubectl/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/ppc64le,linux/s390x
22
# renovate: datasource=repology depName=alpine_3_22/kubectl versioning=loose extractVersion=^(?<version>.*)-r\d+$
33
# app_version: 1.33.1
4-
# revision: 2
4+
# revision: 3
55
# description: Small image with kubectl and openssl designed as a helper for kubernetes hook jobs
66
FROM alpine:3.22.0@sha256:8a1f59ffb675680d47db6337b49d22281a139e9d709335b492be023728e11715
77

@@ -12,7 +12,7 @@ ARG KUBECTL_VERSION="1.33.1-r0"
1212
# renovate: datasource=repology depName=alpine_3_22/jq versioning=loose
1313
ARG JQ_VERSION="1.8.0-r0"
1414
# renovate: datasource=repology depName=alpine_3_22/yq-go versioning=loose
15-
ARG YQ_VERSION="4.45.4-r0"
15+
ARG YQ_VERSION="4.46.1-r0"
1616

1717
RUN apk add --no-cache \
1818
openssl=${OPENSSL_VERSION} \

0 commit comments

Comments
 (0)