build(deps): bump postgres in /Containers/postgresql

Bumps postgres from 18.4-alpine to 18.6-alpine.

---
updated-dependencies:
- dependency-name: postgres
  dependency-version: 18.6-alpine
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-08-17 04:09:11 +00:00
committed by GitHub
parent da782248f1
commit 8a7431e34d
+1 -1
View File
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# From https://github.com/docker-library/postgres/blob/master/18/alpine3.24/Dockerfile
FROM postgres:18.4-alpine
FROM postgres:18.6-alpine
ENV PGDATA=/var/lib/postgresql/data