Skip to content

Commit 81634ce

Browse files
authored
chore: Bring back group value for COPY --chown
1 parent 74892e4 commit 81634ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ USER testssl
1313
WORKDIR /home/testssl/
1414

1515
# Copy over build context (after filtered by .dockerignore): bin/ etc/ testssl.sh
16-
COPY --chown=testssl . /home/testssl/
16+
COPY --chown=testssl:testssl . /home/testssl/
1717

1818
ENTRYPOINT ["testssl.sh"]
1919

0 commit comments

Comments
 (0)