Skip to content

Commit 8b3d314

Browse files
Crow-ControlCopilot
andcommitted
fix valkey and add renovate
Co-authored-by: Copilot <copilot@github.com>
1 parent fb18373 commit 8b3d314

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

apps/valkey/docker-bake.hcl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ variable "APP" {
55
}
66

77
variable "VERSION" {
8-
default = "7.2.11"
8+
// NOTE: Ubuntu version is tied to the version of the base image in the Dockerfile
9+
// renovate: datasource=repology depName=ubuntu_24_04/valkey versioning=loose
10+
default = "7.2.12"
911
}
1012

1113
variable "PACKAGE_VERSION" {
12-
default = "7.2.11+dfsg1-0ubuntu0.2"
14+
default = "7.2.12+dfsg1-0ubuntu0.1"
1315
}
1416

1517
variable "LICENSE" {

0 commit comments

Comments
 (0)