i hate pg

This commit is contained in:
Didier Slof 2023-02-14 13:18:06 +01:00
parent a53f7d44c4
commit e51b36c410
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -1,4 +1,4 @@
FROM docker.io/library/postgres:14-bullseye
FROM docker.io/library/postgres:14
RUN apt update && apt install -y \
git