From 0332e0ba99f216d8aa5d29a6e77dcc0491af5e92 Mon Sep 17 00:00:00 2001 From: Ruben Date: Tue, 30 Dec 2025 02:06:37 -0600 Subject: [PATCH] set full image url, bump to 18 --- beeper/etc/containers/systemd/postgresql/postgresql.container | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beeper/etc/containers/systemd/postgresql/postgresql.container b/beeper/etc/containers/systemd/postgresql/postgresql.container index f8aa713..8537507 100644 --- a/beeper/etc/containers/systemd/postgresql/postgresql.container +++ b/beeper/etc/containers/systemd/postgresql/postgresql.container @@ -2,7 +2,7 @@ Description=PostgreSQL Database [Container] -Image=groonga/pgroonga:latest-alpine-17 +Image=registry.hub.docker.com/groonga/pgroonga:latest-alpine-18 EnvironmentFile=/var/containers/postgresql/.env Network=postgresql.network HealthCmd=pg_isready -U postgres -d postgres