switch container to ubuntu
Some checks failed
Build and Push Image / Build and push image (push) Failing after 3m5s

This commit is contained in:
Federico Justus Denkena 2024-10-10 12:52:52 +02:00
parent 060b36d816
commit 984eda623d
Signed by: f-denkena
GPG Key ID: 28F91C66EE36F382

View File

@ -1,4 +1,4 @@
FROM buildpack-deps:bookworm
FROM buildpack-deps:jammy
# explicitly set user/group IDs
RUN set -eux; \
groupadd -r postgres --gid=999; \