From 17c3c475de2c759e216364e26fff958e3da31415 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 00:50:44 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v13.15 --- build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-images.sh b/build-images.sh index 1c55d56..5270838 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.15-alpine docker.io/mattermost/mattermost-team-edition:$MATTERMOST_VERSION" \ "${container}" # Commit the image buildah commit "${container}" "${repobase}/${reponame}"