Skip to content

Commit

Permalink
Fix Docker file to reflect PostgreSQL version 15 (#1449)
Browse files Browse the repository at this point in the history
Fixed the following Docker file to reflect running under
PostgreSQL version 15.

modified:   docker/Dockerfile.dev

This impacts the development DockerHub builds.
  • Loading branch information
jrgemignani authored Dec 12, 2023
1 parent a26d6a6 commit 0ea1186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#


FROM postgres:14
FROM postgres:15

RUN apt-get update
RUN apt-get install --assume-yes --no-install-recommends --no-install-suggests \
Expand Down

0 comments on commit 0ea1186

Please sign in to comment.