Skip to content

Commit

Permalink
bump to postgres 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ccakes committed Feb 17, 2024
1 parent 04ffe2f commit 7725cbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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"]
}
Expand Down

0 comments on commit 7725cbd

Please sign in to comment.