diff options
Diffstat (limited to 'docker-bake.hcl')
| -rw-r--r-- | docker-bake.hcl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docker-bake.hcl b/docker-bake.hcl index e92eb55..1867bf5 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -1,8 +1,14 @@ variable "ALPINE_VERSION" { default = "edge" } +variable "DENO_SHA" { default = "6ef38d16cbe99c3d610576b56aaa9ede9d988e8a2e5c1ed9c9d502e3167ef758" } variable "DENO_VERSION" { default = "2.2.11" } variable "DHALL_VERSION" { default = "1.42.2" } variable "DHALL_JSON_VERSION" { default = "1.7.12" } +variable "DHALL_JSON_SHA" { default = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" } +variable "FONTS_SHA" { default = "2d96002c16d611fe8498a71c0b44362b4a98e18023cce34e7e37f581f34def22" } +variable "FONTS_VERSION" { default = "20250421" } variable "GO_VERSION" { default = "1.24" } +variable "TYPST_SHA" { default = "7d214bfeffc2e585dc422d1a09d2b144969421281e8c7f5d784b65fc69b5673f" } +variable "TYPST_VERSION" { default = "0.13.1" } variable "UBUNTU_VERSION" { default = "24.04" } group "default" { @@ -26,10 +32,16 @@ target "patreon-saasproxy" { target "xesite" { args = { ALPINE_VERSION = null + DENO_SHA = null DENO_VERSION = null DHALL_VERSION = null DHALL_JSON_VERSION = null + DHALL_JSON_SHA = null + FONTS_VERSION = null + FONTS_SHA = null GO_VERSION = null + TYPST_SHA = null + TYPST_VERSION = null UBUNTU_VERSION = "24.04" } context = "." |
