Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Bump deps.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Aug 7, 2024
1 parent 5d4e785 commit c75fbab
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ARG DOCKER=docker:27.0.3-dind
ARG DOCKER=docker:27.1.1-dind

FROM $DOCKER as docker

FROM alpine:3.20.1 as build-container-drone
FROM alpine:3.20.2 as build-container-drone

# https://github.com/twistedpair/google-cloud-sdk/ is a mirror that replicates the gcloud sdk versions
# renovate: datasource=github-tags depName=twistedpair/google-cloud-sdk
ARG CLOUD_SDK_VERSION=484.0.0
ARG CLOUD_SDK_VERSION=487.0.0
# renovate: datasource=github-releases depName=docker/buildx
ARG BUILDX_VERSION=v0.16.0
ARG BUILDX_VERSION=v0.16.2
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=hashicorp/terraform
ARG TERRAFORM_VERSION=1.7.3

Expand Down Expand Up @@ -93,13 +93,13 @@ COPY --from=docker /usr/local/bin/docker /usr/local/bin/dockerd /usr/local/bin/

FROM summerwind/actions-runner-dind:ubuntu-22.04 as build-container-ghaction
# renovate: datasource=github-releases depName=google/go-containerregistry
ARG CRANE_VERSION=v0.20.1
ARG CRANE_VERSION=v0.20.2
# renovate: datasource=github-releases depName=mikefarah/yq
ARG YQ_VERSION=v4.44.2
ARG YQ_VERSION=v4.44.3
# renovate: datasource=github-releases depName=getsops/sops
ARG SOPS_VERSION=v3.9.0
# renovate: datasource=github-tags depName=aws/aws-cli
ARG AWSCLI_VERSION=2.17.13
ARG AWSCLI_VERSION=2.17.24
USER root
RUN apt update && \
apt upgrade -y && \
Expand Down

0 comments on commit c75fbab

Please sign in to comment.