Skip to content

Commit e43759e

Browse files
committed
Revert "Update python/R to patch versions for connect"
This reverts commit f999736.
1 parent f999736 commit e43759e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-bake.hcl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ variable PACKAGE_MANAGER_BUILD_MATRIX {
117117
variable CONNECT_BUILD_MATRIX {
118118
default = {
119119
builds = [
120-
{os = "ubuntu2204", r_primary = "4.4.1", r_alternate = "4.3.3", py_primary = "3.12.6", py_alternate = "3.11.10", quarto = DEFAULT_QUARTO_VERSION},
120+
{os = "ubuntu2204", r_primary = "4.4.0", r_alternate = "4.3.3", py_primary = "3.12.1", py_alternate = "3.11.7", quarto = DEFAULT_QUARTO_VERSION},
121121
]
122122
}
123123
}
@@ -158,8 +158,8 @@ variable CONTENT_BUILD_MATRIX {
158158
# R-4.4, Python-3.12, Quarto-1.4.
159159
{os = "ubuntu2204", os_alt = "jammy", r = "4.4.0", py = "3.12.3", drivers = "2024.03.0", quarto = "1.4.553"},
160160

161-
# R-4.4, Python-3.12.6, Quarto-1.4.557 (polyfill.js vulnerability patch)
162-
{os = "ubuntu2204", os_alt = "jammy", r = "4.4.1", py = "3.12.6", drivers = "2024.03.0", quarto = "1.4.557"},
161+
# R-4.4, Python-3.12.4, Quarto-1.4.557 (polyfill.js vulnerability patch)
162+
{os = "ubuntu2204", os_alt = "jammy", r = "4.4.1", py = "3.12.4", drivers = "2024.03.0", quarto = "1.4.557"},
163163
]
164164
}
165165
}

0 commit comments

Comments
 (0)