Browse Source

Maintenance: Specify a certain PostgreSQL version for the build process that still works with older platforms.

Martin Gruner 3 years ago
parent
commit
ca6e510ed4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .pkgr.yml

+ 1 - 1
.pkgr.yml

@@ -116,6 +116,6 @@ env:
   - ZAMMAD_RAILS_PORT=3000
   - ZAMMAD_WEBSOCKET_PORT=6042
 services:
-  - postgres
+  - postgres:13
 before_install: contrib/packager.io/preinstall.sh
 after_install: contrib/packager.io/postinstall.sh