Skip to content

Commit b1d3fde

Browse files
Apply suggestions from code review
Co-authored-by: Siegfried Weber <[email protected]>
1 parent 991bc0d commit b1d3fde

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nifi/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ ln -s /stackable/nifi-${PRODUCT} /stackable/nifi
127127
chown --no-dereference ${STACKABLE_USER_UID}:0 /stackable/nifi
128128
chmod --recursive g=u /stackable/python
129129
chmod --recursive g=u /stackable/bin
130-
chmod g=u /stackable/nifi-2.2.0
130+
chmod g=u /stackable/nifi-${PRODUCT}
131131
EOF
132132

133133
# ----------------------------------------
134134
# Checks
135135
# This section is to run final checks to ensure the created final images
136-
# adere to several minimal requirements like:
136+
# adhere to several minimal requirements like:
137137
# - check file permissions and ownerships
138138
# ----------------------------------------
139139

0 commit comments

Comments
 (0)