Skip to content

Commit d7f3ce7

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fffc634 commit d7f3ce7

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- name: gather-system-info
3434
id: system-info
35-
uses: kenchan0130/[email protected].0
35+
uses: kenchan0130/[email protected].1
3636
continue-on-error: true
3737
- name: print-system-info
3838
run: |

Dockerfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
ARG DOCKER=docker:27.5.1-dind
1+
ARG DOCKER=docker:28.3.1-dind
22

33
FROM $DOCKER AS docker
44

5-
FROM alpine:3.21.3 AS build-container-drone
5+
FROM alpine:3.22.0 AS build-container-drone
66

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

@@ -81,7 +81,7 @@ FROM scratch AS actions-runner-controller-source
8181
ADD https://github.com/actions/actions-runner-controller.git#${ACTIONS_RUNNER_CONTROLLER_VERSION}:runner /
8282

8383
# Ref: https://github.com/actions/actions-runner-controller/blob/master/runner/actions-runner-dind.ubuntu-22.04.dockerfile
84-
FROM ubuntu:25.04 AS build-container-ghaction
84+
FROM ubuntu:plucky-20250619 AS build-container-ghaction
8585

8686
ARG TARGETPLATFORM
8787
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=actions/runner
@@ -93,20 +93,20 @@ ARG CHANNEL=stable
9393
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=moby/moby
9494
ARG DOCKER_VERSION=27.5.1
9595
# renovate: datasource=github-releases depName=docker/compose
96-
ARG DOCKER_COMPOSE_VERSION=v2.33.0
96+
ARG DOCKER_COMPOSE_VERSION=v2.38.1
9797
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=yelp/dumb-init
9898
ARG DUMB_INIT_VERSION=1.2.5
9999
ARG RUNNER_USER_UID=1001
100100
ARG DOCKER_GROUP_GID=121
101101

102102
# renovate: datasource=github-releases depName=google/go-containerregistry
103-
ARG CRANE_VERSION=v0.20.3
103+
ARG CRANE_VERSION=v0.20.6
104104
# renovate: datasource=github-releases depName=mikefarah/yq
105-
ARG YQ_VERSION=v4.45.1
105+
ARG YQ_VERSION=v4.45.4
106106
# renovate: datasource=github-releases depName=getsops/sops
107-
ARG SOPS_VERSION=v3.9.4
107+
ARG SOPS_VERSION=v3.10.2
108108
# renovate: datasource=github-tags depName=aws/aws-cli
109-
ARG AWSCLI_VERSION=2.24.5
109+
ARG AWSCLI_VERSION=2.27.49
110110

111111
ENV DEBIAN_FRONTEND=noninteractive
112112
RUN apt-get update -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.19.0"
8+
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.23.2"
99

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

0 commit comments

Comments
 (0)