Skip to content

Commit

Permalink
chore(deps): update dependency nethserver/ns8-user-manager to v1 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

Refs NethServer/dev#6988
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 1568383 commit 9a13448
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 @@ -33,7 +33,7 @@ fi
buildah add "${container}" imageroot /imageroot

# Copy ui of ns8-user-manager
user_manager_version=v0.8.2
user_manager_version=v1.0.0
curl -f -L -O https://github.com/NethServer/ns8-user-manager/releases/download/${user_manager_version}/ns8-user-manager-${user_manager_version}.tar.gz
buildah add "${container}" ns8-user-manager-${user_manager_version}.tar.gz /imageroot/api-moduled/public/

Expand Down

0 comments on commit 9a13448

Please sign in to comment.