Skip to content

Commit

Permalink
Updated version to 16.3.
Browse files Browse the repository at this point in the history
Signed-off-by: Hermann Mayer <[email protected]>
  • Loading branch information
Jack12816 committed Jun 17, 2024
1 parent bdcc6c4 commit 2cd76ee
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
version:
- latest
- '15.6'
- '16.2'
- '16.3'
steps:
- name: Prepare the virtual environment
uses: hausgold/actions/ci@master
Expand Down
2 changes: 1 addition & 1 deletion 16.2/Dockerfile → 16.3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:16.2
FROM postgres:16.3
MAINTAINER Hermann Mayer "[email protected]"

# You can change this environment variable on run's with -e
Expand Down
2 changes: 1 addition & 1 deletion 16.2/Makefile → 16.3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion latest

0 comments on commit 2cd76ee

Please sign in to comment.