Skip to content

Commit

Permalink
feat(misc/docker/postgres-with-tergum): Update default Postgres versi…
Browse files Browse the repository at this point in the history
…on to 16
  • Loading branch information
ondrejsika committed Jan 1, 2024
1 parent de800d0 commit 96a1944
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/docker/postgres-with-tergum/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG POSTGRES_VERSION=13
ARG POSTGRES_VERSION=16
ARG TERGUM_VERSION=v0.35.0
FROM sikalabs/tergum:$TERGUM_VERSION as tergum
FROM postgres:$POSTGRES_VERSION
Expand Down
2 changes: 1 addition & 1 deletion misc/docker/postgres-with-tergum/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
POSTGRES_VERSION=13
POSTGRES_VERSION=16
TERGUM_VERSION=v0.35.0
IMAGE=ghcr.io/tergum-extra/postgres-with-tergum:${POSTGRES_VERSION}-tergum-${TERGUM_VERSION}

Expand Down

0 comments on commit 96a1944

Please sign in to comment.