diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index ca7e54f..e76a6e5 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -21,7 +21,7 @@ jobs: version: - latest - '15.6' - - '16.2' + - '16.3' steps: - name: Prepare the virtual environment uses: hausgold/actions/ci@master diff --git a/16.2/Dockerfile b/16.3/Dockerfile similarity index 98% rename from 16.2/Dockerfile rename to 16.3/Dockerfile index 8ce4609..6d8fa1e 100644 --- a/16.2/Dockerfile +++ b/16.3/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:16.2 +FROM postgres:16.3 MAINTAINER Hermann Mayer "hermann.mayer@hausgold.de" # You can change this environment variable on run's with -e diff --git a/16.2/Makefile b/16.3/Makefile similarity index 98% rename from 16.2/Makefile rename to 16.3/Makefile index b01cb38..8f800a0 100644 --- a/16.2/Makefile +++ b/16.3/Makefile @@ -10,7 +10,7 @@ SHELL := bash REGISTRY ?= CANONICAL_NAME ?= postgres IMAGE_NAME ?= hausgold/$(CANONICAL_NAME) -IMAGE_REF ?= 16.2 +IMAGE_REF ?= 16.3 IMAGE_URI := $(IMAGE_NAME):$(IMAGE_REF) TEST_CONTAINER_NAME ?= $(CANONICAL_NAME)-test diff --git a/16.2/config/avahi.sh b/16.3/config/avahi.sh similarity index 100% rename from 16.2/config/avahi.sh rename to 16.3/config/avahi.sh diff --git a/16.2/config/dbus.sh b/16.3/config/dbus.sh similarity index 100% rename from 16.2/config/dbus.sh rename to 16.3/config/dbus.sh diff --git a/16.2/config/supervisor/avahi.conf b/16.3/config/supervisor/avahi.conf similarity index 100% rename from 16.2/config/supervisor/avahi.conf rename to 16.3/config/supervisor/avahi.conf diff --git a/16.2/config/supervisor/dbus.conf b/16.3/config/supervisor/dbus.conf similarity index 100% rename from 16.2/config/supervisor/dbus.conf rename to 16.3/config/supervisor/dbus.conf diff --git a/16.2/config/supervisor/postgres.conf b/16.3/config/supervisor/postgres.conf similarity index 100% rename from 16.2/config/supervisor/postgres.conf rename to 16.3/config/supervisor/postgres.conf diff --git a/latest b/latest index d9ad0e5..44928df 120000 --- a/latest +++ b/latest @@ -1 +1 @@ -16.2 \ No newline at end of file +16.3 \ No newline at end of file