8000 chore(deps): update terragrunt/dockerfile (terragrunt/dockerfile) (master) (patch) by ivankatliarchuk · Pull Request #380 · cloudkats/docker-tools · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(deps): update terragrunt/dockerfile (terragrunt/dockerfile) (master) (patch) #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubectl-helm-aws/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Update versions as needed.
FROM lachlanevenson/k8s-helm:v3.8.1
FROM lachlanevenson/k8s-kubectl:v1.23.4
FROM lachlanevenson/k8s-helm:v3.8.2
FROM lachlanevenson/k8s-kubectl:v1.23.6


FROM alpine:3.15
Expand Down
4 changes: 2 additions & 2 deletions kubectl-helm-az/Dockerfile
8EE3
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM lachlanevenson/k8s-helm:v3.8.1
FROM lachlanevenson/k8s-kubectl:v1.23.4
FROM lachlanevenson/k8s-helm:v3.8.2
FROM lachlanevenson/k8s-kubectl:v1.23.6

# We build our own base az alpine image becase all official images currently
# have security vulnerabilities (as of mcr.microsoft.com/azure-cli:2.0.64).
Expand Down
2 changes: 1 addition & 1 deletion terragrunt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Run:
# docker run --rm -it test-image /bin/bash
###
FROM hashicorp/terraform:1.1.8 as terraform
FROM hashicorp/terraform:1.1.9 as terraform

FROM alpine:3.15

Expand Down
0