File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ PG_VER=pg15
66PG_VER_NUMBER =$(shell echo $(PG_VER ) | cut -c3-)
77TS_VERSION =main
88PREV_TS_VERSION =$(shell wget --quiet -O - https://raw.githubusercontent.com/timescale/timescaledb/${TS_VERSION}/version.config | grep update_from_version | sed -e 's!update_from_version = !!')
9- PREV_TS_IMAGE ="samagragovernance/postgres :$(PREV_TS_VERSION ) -pg$(PG_VER_NUMBER )$(PREV_EXTRA ) "
9+ PREV_TS_IMAGE ="timescale/timescaledb :$(PREV_TS_VERSION ) -pg$(PG_VER_NUMBER )$(PREV_EXTRA ) "
1010PREV_IMAGE =$(shell if docker pull $(PREV_TS_IMAGE ) >/dev/null; then echo "$(PREV_TS_IMAGE ) "; else echo "postgres:$(PG_VER_NUMBER ) -alpine"; fi )
1111# Beta releases should not be tagged as latest, so BETA is used to track.
1212BETA =$(findstring rc,$(TS_VERSION ) )
You can’t perform that action at this time.
0 commit comments