File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ FROM $DOCKER AS docker
5
5
FROM alpine:3.20.3 AS build-container-drone
6
6
7
7
# renovate: datasource=github-releases depName=docker/buildx
8
- ARG BUILDX_VERSION=v0.18.0
8
+ ARG BUILDX_VERSION=v0.19.3
9
9
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=hashicorp/terraform
10
10
ARG TERRAFORM_VERSION=1.7.3
11
11
@@ -77,13 +77,13 @@ COPY --from=docker /usr/local/bin/docker /usr/local/bin/dockerd /usr/local/bin/
77
77
78
78
FROM ghcr.io/actions-runner-controller/actions-runner-controller/actions-runner-dind:ubuntu-22.04 AS build-container-ghaction
79
79
# renovate: datasource=github-releases depName=google/go-containerregistry
80
- ARG CRANE_VERSION=v0.20.2
80
+ ARG CRANE_VERSION=v0.20.3
81
81
# renovate: datasource=github-releases depName=mikefarah/yq
82
- ARG YQ_VERSION=v4.44.3
82
+ ARG YQ_VERSION=v4.45.1
83
83
# renovate: datasource=github-releases depName=getsops/sops
84
- ARG SOPS_VERSION=v3.9.1
84
+ ARG SOPS_VERSION=v3.9.3
85
85
# renovate: datasource=github-tags depName=aws/aws-cli
86
- ARG AWSCLI_VERSION=2.19.1
86
+ ARG AWSCLI_VERSION=2.23.0
87
87
USER root
88
88
RUN apt update && \
89
89
apt upgrade -y && \
Original file line number Diff line number Diff line change 5
5
export TAG=$( git log --oneline --format=%B -n 1 HEAD | head -n 1 | sed -r " /^release\(/ s/^release\((.*)\):.*$/\\ 1/; t; Q" )
6
6
7
7
# 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 "
9
9
10
10
# setup buildkit across amd64/arm64 workers
11
11
function setup_buildkit() {
You can’t perform that action at this time.
0 commit comments