Skip to content

Commit b2b54e7

Browse files
committed
Fix paths for shared libraries in Dockerfile to use PG_MAJOR variable
1 parent fa05720 commit b2b54e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

circleci/images/exttester/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ ARG PG_VERSION_CLEAN
7575
ARG PG_MAJOR
7676

7777
COPY --from=dev-tools-builder \
78-
/build/postgresql-${PG_VERSION_CLEAN}/build/lib/*.so \
79-
/build/postgresql-${PG_VERSION_CLEAN}/build/lib/
78+
/build/postgresql-${PG_MAJOR}/build/lib/*.so \
79+
/build/postgresql-${PG_MAJOR}/build/lib/
8080

8181
COPY --from=dev-tools-builder \
8282
/build/postgresql-${PG_VERSION_CLEAN}/build/src/test/isolation/pg_isolation_regress \

0 commit comments

Comments
 (0)