Skip to content

Commit 430d394

Browse files
fix(build): set the equal for the version
Co-authored-by: Davide Principi <davide.principi@nethesis.it>
1 parent 1cfe168 commit 430d394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ buildah config --entrypoint=/ \
3232
--label="org.nethserver.authorizations=traefik@any:routeadm cluster:accountconsumer" \
3333
--label="org.nethserver.tcp-ports-demand=1" \
3434
--label="org.nethserver.rootfull=0" \
35-
--label="org.nethserver.min-from:1.2.1" \
35+
--label="org.nethserver.min-from=1.2.1" \
3636
--label="org.nethserver.images=docker.io/redis:6.2.12-alpine docker.io/mariadb:10.6.20 docker.io/nginx:1.27.3-alpine ghcr.io/nethserver/nextcloud-app:${IMAGETAG}" \
3737
"${container}"
3838
# Commit the image

0 commit comments

Comments
 (0)