docker file for postgresql

This commit is contained in:
tom moron
2024-08-11 20:35:58 +02:00
parent 3076c1514e
commit e16faf4f27
9 changed files with 66 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:bullseye
RUN apt update && apt upgrade -y