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 22531d7 commit fb9566eCopy full SHA for fb9566e
Dockerfile
@@ -16,7 +16,7 @@ WORKDIR /external_extensions/sequential-uuids/
16
RUN apt-get update && apt install build-essential libicu-dev postgresql-server-dev-all -y --no-install-recommends
17
RUN make clean && make install
18
19
-FROM postgres:13
+FROM postgres:12
20
#if use alpine: the paths are different!
21
22
# run find / -name 'sequential_uuids*' to find newly compiled files and copy to next stage
0 commit comments