Skip to content

Commit

Permalink
chore: switch to postgres 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jgpruitt committed Nov 20, 2024
1 parent 1c73e8c commit 10377d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/extension/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3-labs
ARG PG_MAJOR=16
ARG PG_MAJOR=17
ARG PGVECTORSCALE_VERSION=0.5.0

###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion projects/extension/justfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PG_MAJOR := env("PG_MAJOR", "16")
PG_MAJOR := env("PG_MAJOR", "17")
PG_BIN := "/usr/lib/postgresql/" + PG_MAJOR + "/bin"

# Show list of recipes
Expand Down

0 comments on commit 10377d8

Please sign in to comment.