We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43709d3 commit 6063dc4Copy full SHA for 6063dc4
Dockerfile
@@ -18,7 +18,7 @@ RUN set -x -o errexit \
18
FROM registry.cloudogu.com/official/base:3.21.0-1
19
20
LABEL NAME="official/postgresql" \
21
- VERSION="14.13-1" \
+ VERSION="14.15-1" \
22
maintainer="[email protected]"
23
24
ENV LANG=en_US.utf8 \
dogu.json
@@ -1,6 +1,6 @@
1
{
2
"Name": "official/postgresql",
3
- "Version": "14.13-1",
+ "Version": "14.15-1",
4
"DisplayName": "PostgreSQL",
5
"Description": "PostgreSQL Database.",
6
"Url": "https://www.postgresql.org/",
0 commit comments