From d60896fda0882a6283b814f1fa3dc039eebe29bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 07:13:27 +0000 Subject: [PATCH] fix(deps): bump alpine from 3.19.0 to 3.19.1 Bumps alpine from 3.19.0 to 3.19.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc63152..51eda10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19.0 AS downloader +FROM alpine:3.19.1 AS downloader RUN apk --no-cache add curl~=8 # renovate: datasource=github-releases depName=gruntwork-io/terragrunt @@ -7,7 +7,7 @@ ENV TERRAGRUNT_VERSION=v0.48.1 RUN curl -s -Lo terragrunt https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 && \ chmod +x terragrunt -FROM alpine:3.19.0 AS atlantis-config-installer +FROM alpine:3.19.1 AS atlantis-config-installer # renovate: datasource=github-releases depName=transcend-io/terragrunt-atlantis-config ENV TERRAGRUNT_ATLANTIS_CONFIG_VERSION=v1.16.0