Skip to content

Commit fe2ea3a

Browse files
authored
use postgres official image and fixed version
1 parent 2045ea4 commit fe2ea3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/postgresql/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
FROM library/postgres
1+
FROM postgres:15.1-bullseye
22

33
MAINTAINER "Daniel Garcia aka (cr0hn)" <[email protected]>
44

5-
ADD init.sql /docker-entrypoint-initdb.d/
5+
ADD init.sql /docker-entrypoint-initdb.d/

0 commit comments

Comments
 (0)