Skip to content

Commit

Permalink
Require core >3.2.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Nov 4, 2024
1 parent ec478c5 commit 59efa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildah add "${container}" imageroot /imageroot
buildah add "${container}" ui /ui
buildah config --entrypoint=/ \
--label="org.nethserver.images=docker.io/traefik:v2.11.13 docker.io/grafana/loki:2.9.10" \
--label="org.nethserver.min-core=3.1.4-0" \
--label="org.nethserver.min-core=3.2.0-0" \
--label="org.nethserver.tcp-ports-demand=1" \
--label='org.nethserver.flags=core_module' \
"${container}"
Expand Down

0 comments on commit 59efa1b

Please sign in to comment.