Skip to content

Commit

Permalink
chore(infra): make pg17 the default in builder Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: vados <[email protected]>
  • Loading branch information
t3hmrman committed Oct 1, 2024
1 parent f161de8 commit fe33946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/docker/builder-gnu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ RUN su idkit -c "cargo install just sccache cargo-cache cargo-get cargo-edit car
#
# NOTE: pgrx shoudl be reinitialized if cargo-pgrx or the default pg version changes
# at the project level
RUN su idkit -c "cargo pgrx init --pg16 download"
RUN su idkit -c "cargo pgrx init --pg17 download"

0 comments on commit fe33946

Please sign in to comment.