Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG PG_MAJOR=14
ARG PG_MINOR=21
ARG PG_MAJOR=17
ARG PG_MINOR=9

ARG ALPINE_VERSION=3.23

FROM registry.cloudogu.com/official/base:3.23.3-4 AS builder
FROM registry.cloudogu.com/official/base:3.23.3-6 AS builder

FROM golang:1.26.0 AS gosu-builder

Expand All @@ -21,7 +21,7 @@ FROM postgres:${PG_MAJOR}.${PG_MINOR}-alpine${ALPINE_VERSION}
ARG PG_MAJOR

LABEL NAME="official/postgresql" \
VERSION="14.21-1" \
VERSION="17.9-0" \
maintainer="hello@cloudogu.com"

# change the UID and GID for the postgres-user to 1000 so it matches the volume-mounts
Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/postgresql",
"Version": "14.21-1",
"Version": "17.9-0",
"DisplayName": "PostgreSQL",
"Description": "PostgreSQL Database.",
"Url": "https://www.postgresql.org/",
Expand Down