Skip to content
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

Update Dockerfile #38

Merged
merged 13 commits into from
Oct 14, 2024
4 changes: 2 additions & 2 deletions exercise1/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}
}
required_version = "1.9.4"
required_version = "1.9.7"
}
2 changes: 1 addition & 1 deletion exercise2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dahicks/sample:latest as build
FROM dahicks/sample:latest AS build
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN useradd --no-log-init -m -r -g root bonkey
COPY helloworld.py /app/main.py
Expand Down
4 changes: 2 additions & 2 deletions exercise6/modules/helloworld/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}
}
required_version = "1.9.4"
required_version = "1.9.7"
}
4 changes: 2 additions & 2 deletions exercise6/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}
}
required_version = "1.9.4"
required_version = "1.9.7"
}
4 changes: 2 additions & 2 deletions modules/module1/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}
}
required_version = "1.9.4"
required_version = "1.9.7"
}
4 changes: 2 additions & 2 deletions modules/module2/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}
}
required_version = "1.9.4"
required_version = "1.9.7"
}