Updates postgres versions for Docker images by gurkanindibay · Pull Request #340 · citusdata/tools

@gurkanindibay

hanefi

Comment on lines +23 to +24

postgresql-$PG_MAJOR-hll=2.17.citus-1 \
postgresql-$PG_MAJOR-topn=2.5.0.citus-1 \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

postgresql-$PG_MAJOR-hll=2.17.citus-1 \
postgresql-$PG_MAJOR-topn=2.5.0.citus-1 \
postgresql-$PG_MAJOR-hll=2.18.citus-1 \
postgresql-$PG_MAJOR-topn=2.6.0.citus-1 \

These are the latest versions.

Maybe we should update similar files in the same directory as well.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed this one

@gurkanindibay

hanefi