Skip to content

Commit

Permalink
Update CI and dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchariGr committed Apr 12, 2024
1 parent 3a6ddaa commit 635afda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/poetry_version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# The poetry version is stored in a separate file due to the https://github.com/python-poetry/poetry/issues/3316
poetry-version=1.4.2
poetry-version=1.8.2
2 changes: 1 addition & 1 deletion docker/docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ variable "BASE_BUILDER_IMAGE_HASH" {
# keep this in sync with the version in .github/poetry_version.txt
# the variable is set automatically for builds in CI
variable "POETRY_VERSION" {
default = "1.4.2"
default = "1.8.2"
}

group "base-images" {
Expand Down

0 comments on commit 635afda

Please sign in to comment.