Skip to content

Commit 6537036

Browse files
authored
Merge pull request #4 from phillopp/phillopp-patch-1
use current mealie version
2 parents 5e120af + 824f7d1 commit 6537036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ buildah config --entrypoint=/ \
4545
--label="org.nethserver.authorizations=traefik@node:routeadm" \
4646
--label="org.nethserver.tcp-ports-demand=1" \
4747
--label="org.nethserver.rootfull=0" \
48-
--label="org.nethserver.images=docker.io/postgres:15.10-alpine3.19 ghcr.io/mealie-recipes/mealie:v2.8.0" \
48+
--label="org.nethserver.images=docker.io/postgres:16-alpine ghcr.io/mealie-recipes/mealie:v3.0.0" \
4949
"${container}"
5050
# Commit the image
5151
buildah commit "${container}" "${repobase}/${reponame}"

0 commit comments

Comments
 (0)