Skip to content

Commit

Permalink
Merge pull request #78 from schueco/dependabot/docker/alpine-3.19.0
Browse files Browse the repository at this point in the history
fix(deps): bump alpine from 3.18.5 to 3.19.0
  • Loading branch information
Jeinhaus authored Dec 8, 2023
2 parents af1e435 + 74f139c commit 6626d5f
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
@@ -1,4 +1,4 @@
FROM alpine:3.18.5 AS downloader
FROM alpine:3.19.0 AS downloader
RUN apk --no-cache add curl~=8

# renovate: datasource=github-releases depName=gruntwork-io/terragrunt
Expand All @@ -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.18.5 AS atlantis-config-installer
FROM alpine:3.19.0 AS atlantis-config-installer

# renovate: datasource=github-releases depName=transcend-io/terragrunt-atlantis-config
ENV TERRAGRUNT_ATLANTIS_CONFIG_VERSION=v1.16.0
Expand Down

0 comments on commit 6626d5f

Please sign in to comment.