We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc6c172 commit 2258c1cCopy full SHA for 2258c1c
tests/build/Dockerfile
@@ -1,3 +1,4 @@
1
+ARG PGVERSION
2
FROM postgres:${PGVERSION:-latest}
3
4
RUN apt-get update && apt-get install -y build-essential postgresql-server-dev-all
0 commit comments