mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-28 20:20:15 +00:00
Bump postgres from 16-alpine to 18-alpine in /projects/tandoor
Bumps postgres from 16-alpine to 18-alpine. --- updated-dependencies: - dependency-name: postgres dependency-version: 18-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ services:
|
||||
db:
|
||||
container_name: tandoor_db
|
||||
restart: unless-stopped
|
||||
image: postgres:16-alpine
|
||||
image: postgres:18-alpine
|
||||
volumes:
|
||||
- ./postgresql:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user