Skip to content

Commit

Permalink
chore: update releases
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 24, 2024
1 parent b2c9d2f commit 97c7883
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM alpine:3.20.1 as build-container-drone
# renovate: datasource=github-tags depName=twistedpair/google-cloud-sdk
ARG CLOUD_SDK_VERSION=484.0.0
# renovate: datasource=github-releases depName=docker/buildx
ARG BUILDX_VERSION=v0.16.0
ARG BUILDX_VERSION=v0.16.1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=hashicorp/terraform
ARG TERRAFORM_VERSION=1.7.3

Expand Down Expand Up @@ -99,7 +99,7 @@ ARG YQ_VERSION=v4.44.2
# 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.16
USER root
RUN apt update && \
apt upgrade -y && \
Expand Down

0 comments on commit 97c7883

Please sign in to comment.