Skip to content

Commit 75cda99

Browse files
committed
Corrects postgres version in Dockerfile
Signed-off-by: Sebastian Kawelke <sebastian.kawelke@l3montree.com>
1 parent 72485ef commit 75cda99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.postgresql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

1616
# Use the official PostgreSQL image as a base
17-
FROM postgres:17.4-bookworm6@sha256:304ab813518754228f9f792f79d6da36359b82d8ecf418096c636725f8c930ad
17+
FROM postgres:16.9-bookworm@sha256:fec2740c517838d4f582e48a8a9a1cb51082af3dcae59e9b12a66ec262302b97
1818

1919
# Install the build dependencies
2020
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)