Skip to content

Commit

Permalink
Update Minor & Patch Updates #patch (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent ede9dec commit 1348ee0
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
2 changes: 1 addition & 1 deletion service-app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11.9-alpine3.20
FROM python:3.13.0-alpine3.20

RUN mkdir /app
WORKDIR /app
Expand Down
46 changes: 30 additions & 16 deletions terraform/account/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/account/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
github = {
source = "integrations/github"
version = "4.11.0"
version = "4.31.0"
}
}
required_version = ">= 1.1.0"
Expand Down

0 comments on commit 1348ee0

Please sign in to comment.