Skip to content

Commit fb9566e

Browse files
committed
fix use version 12
1 parent 22531d7 commit fb9566e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ WORKDIR /external_extensions/sequential-uuids/
1616
RUN apt-get update && apt install build-essential libicu-dev postgresql-server-dev-all -y --no-install-recommends
1717
RUN make clean && make install
1818

19-
FROM postgres:13
19+
FROM postgres:12
2020
#if use alpine: the paths are different!
2121

2222
# run find / -name 'sequential_uuids*' to find newly compiled files and copy to next stage

0 commit comments

Comments
 (0)