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 1ac1d72 commit 44f492eCopy full SHA for 44f492e
Dockerfile
@@ -18,7 +18,7 @@ RUN set -x -o errexit \
18
FROM registry.cloudogu.com/official/base:3.20.2-1
19
20
LABEL NAME="official/postgresql" \
21
- VERSION="14.12-1" \
+ VERSION="14.12-2" \
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.12-1",
+ "Version": "14.12-2",
4
"DisplayName": "PostgreSQL",
5
"Description": "PostgreSQL Database.",
6
"Url": "https://www.postgresql.org/",
0 commit comments