build(deps): bump postgres from 18.3-alpine to 18.4-alpine in /Containers/postgresql (#8106)

This commit is contained in:
Simon L.
2026-05-15 09:01:05 +02:00
committed by GitHub

View File

@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:latest
# From https://github.com/docker-library/postgres/blob/master/18/alpine3.23/Dockerfile
FROM postgres:18.3-alpine
FROM postgres:18.4-alpine
ENV PGDATA=/var/lib/postgresql/data