Skip to content

Commit 5eae75b

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 5 additions & 5 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

@@ -77,13 +77,13 @@ COPY --from=docker /usr/local/bin/docker /usr/local/bin/dockerd /usr/local/bin/
7777

7878
FROM ghcr.io/actions-runner-controller/actions-runner-controller/actions-runner-dind:ubuntu-22.04 AS build-container-ghaction
7979
# renovate: datasource=github-releases depName=google/go-containerregistry
80-
ARG CRANE_VERSION=v0.20.2
80+
ARG CRANE_VERSION=v0.20.3
8181
# renovate: datasource=github-releases depName=mikefarah/yq
82-
ARG YQ_VERSION=v4.44.3
82+
ARG YQ_VERSION=v4.45.1
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.23.0
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)