Skip to content

Commit f77cc4a

Browse files
chore: update releases
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0a0270d commit f77cc4a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM $DOCKER AS docker
55
FROM alpine:3.20.3 AS build-container-drone
66

77
# renovate: datasource=github-releases depName=docker/buildx
8-
ARG BUILDX_VERSION=v0.18.0
8+
ARG BUILDX_VERSION=v0.19.3
99
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=hashicorp/terraform
1010
ARG TERRAFORM_VERSION=1.7.3
1111

@@ -79,11 +79,11 @@ FROM ghcr.io/actions-runner-controller/actions-runner-controller/actions-runner-
7979
# renovate: datasource=github-releases depName=google/go-containerregistry
8080
ARG CRANE_VERSION=v0.20.2
8181
# renovate: datasource=github-releases depName=mikefarah/yq
82-
ARG YQ_VERSION=v4.44.3
82+
ARG YQ_VERSION=v4.44.6
8383
# renovate: datasource=github-releases depName=getsops/sops
84-
ARG SOPS_VERSION=v3.9.1
84+
ARG SOPS_VERSION=v3.9.3
8585
# renovate: datasource=github-tags depName=aws/aws-cli
86-
ARG AWSCLI_VERSION=2.19.1
86+
ARG AWSCLI_VERSION=2.22.29
8787
USER root
8888
RUN apt update && \
8989
apt upgrade -y && \

hack/scripts/setup-ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
export TAG=$(git log --oneline --format=%B -n 1 HEAD | head -n 1 | sed -r "/^release\(/ s/^release\((.*)\):.*$/\\1/; t; Q")
66

77
# renovate: datasource=github-releases depName=moby/buildkit
8-
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.17.0"
8+
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.18.2"
99

1010
# setup buildkit across amd64/arm64 workers
1111
function setup_buildkit() {

0 commit comments

Comments
 (0)