diff --git a/Dockerfile b/Dockerfile index 9f4b129..6ff691c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ RUN mkdir -p ${GOPATH}/src/github.com/timescale/ \ ############################ # Build Postgres extensions ############################ -FROM postgres:16.1 AS ext_build +FROM postgres:16.2 AS ext_build ARG PG_MAJOR RUN set -x \ @@ -57,7 +57,7 @@ RUN set -x \ ############################ # Add Timescale, PostGIS and Patroni ############################ -FROM postgres:16.1 +FROM postgres:16.2 ARG PG_MAJOR ARG POSTGIS_MAJOR ARG TIMESCALEDB_MAJOR diff --git a/README.md b/README.md index cd74891..d0be0c1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It also comes pre-baked with some tools and extensions | Name | Version | Link | |--|--|--| -| Timescale | 2.13 | https://www.timescale.com | +| Timescale | 2.13.1 | https://www.timescale.com | | PostGIS | 3.4.1 | https://postgis.net | | pg_cron | 1.6 | https://github.com/citusdata/pg_cron | | pg_idkit | 0.2.1 | https://github.com/VADOSWARE/pg_idkit | @@ -72,7 +72,7 @@ EOL } config { - image = "ghcr.io/ccakes/nomad-pgsql-patroni:16.1-1.tsdb_gis" + image = "ghcr.io/ccakes/nomad-pgsql-patroni:16.2-1.tsdb_gis" ports = ["api", "pg"] }