Skip to content

Commit 336923d

Browse files
committed
Fix Docker file to reflect PostgreSQL version 15 (#1449)
Fixed the following Docker file to reflect running under PostgreSQL version 15. modified: docker/Dockerfile.dev This impacts the development DockerHub builds.
1 parent 9596514 commit 336923d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#
1818

1919

20-
FROM postgres:14
20+
FROM postgres:15
2121

2222
RUN apt-get update
2323
RUN apt-get install --assume-yes --no-install-recommends --no-install-suggests \

0 commit comments

Comments
 (0)