From f3f79218cb118b31bb3368193914d34c807f8a72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:05:30 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v13.16 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 1c55d56..f71c637 100755 --- a/build-images.sh +++ b/build-images.sh @@ -33,7 +33,7 @@ buildah config --entrypoint=/ \ --label="org.nethserver.tcp-ports-demand=2" \ --label="org.nethserver.udp-ports-demand=1" \ --label="org.nethserver.rootfull=0" \ - --label="org.nethserver.images=docker.io/postgres:13.13-alpine docker.io/mattermost/mattermost-team-edition:$MATTERMOST_VERSION" \ + --label="org.nethserver.images=docker.io/postgres:13.16-alpine docker.io/mattermost/mattermost-team-edition:$MATTERMOST_VERSION" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"