Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2022-10-28 12:25:54 +0300
committerGitHub <noreply@github.com>2022-10-28 12:25:54 +0300
commit8109b94ba1735548365aebb7d5dc88e64c15c1c0 (patch)
treec4dadd0ad87782df72b0fcb01f95305c39b536f3
parent4e9a035575d502a9aad1a5157e1b604b4b433123 (diff)
parent758920108ebb9aa76aab8c64865a0c668442aceb (diff)
Merge pull request #456 from nextcloud/nickvergessen-patch-1
Add a postgres:15 image
-rw-r--r--postgres-15/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/postgres-15/Dockerfile b/postgres-15/Dockerfile
new file mode 100644
index 0000000..1719e6a
--- /dev/null
+++ b/postgres-15/Dockerfile
@@ -0,0 +1 @@
+FROM postgres:15