Skip to content

Commit

Permalink
Have to use our fork with the PGVERSION fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed May 15, 2024
1 parent 2f310e2 commit 6ab0b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ variable "SPILO_REPO" {
}

variable "SPILO_VERSION" {
default = "3.0-p1"
default = "hydra-3.0-p1"
}

variable "POSTGRES_BASE_VERSION" {
Expand Down Expand Up @@ -80,7 +80,7 @@ target "spilo" {
target "spilo_base" {
inherits = ["shared"]

context = "https://github.com/zalando/spilo.git#${SPILO_VERSION}:postgres-appliance"
context = "https://github.com/hydradatabase/spilo.git#${SPILO_VERSION}:postgres-appliance"

args = {
TIMESCALEDB = ""
Expand Down

0 comments on commit 6ab0b91

Please sign in to comment.