Skip to content

Commit

Permalink
fix(postgresql): install postgresql-server-dev-16 in the local postgr…
Browse files Browse the repository at this point in the history
…es Docker image
  • Loading branch information
rafaelromcar-parabol committed Jul 16, 2024
1 parent c09bd75 commit 4d71de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/postgres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM postgres:16.3
ARG PGVECTOR_VERSION=v0.7.0
ARG PSQL_MAJOR_VERSION=15
ARG PSQL_MAJOR_VERSION=16

COPY extensions /extensions

Expand Down

0 comments on commit 4d71de4

Please sign in to comment.