Skip to content

Commit

Permalink
Merge pull request #30 from schueco/renovate/gruntwork-io-terragrunt-0.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency gruntwork-io/terragrunt to v0.48.0
  • Loading branch information
Jeinhaus authored Jul 5, 2023
2 parents 4686f55 + 5079a9a commit 86184f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.18.2 AS downloader
RUN apk --no-cache add curl~=8

# renovate: datasource=github-releases depName=gruntwork-io/terragrunt
ENV TERRAGRUNT_VERSION=v0.45.2
ENV TERRAGRUNT_VERSION=v0.48.0

RUN curl -s -Lo terragrunt https://github.com/gruntwork-io/terragrunt/releases/download/${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 && \
chmod +x terragrunt
Expand Down

0 comments on commit 86184f7

Please sign in to comment.