Skip to content

Commit dfd19e9

Browse files
committed
fix(vector): Use correct license
1 parent 5f4a685 commit dfd19e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ ARG STACKABLE_USER_UID
126126

127127
LABEL maintainer="Stackable GmbH"
128128

129-
COPY --chown=${STACKABLE_USER_UID}:0 opa/licenses /licenses
129+
COPY --chown=${STACKABLE_USER_UID}:0 vector/licenses /licenses
130130
COPY --from=vector-builder --chown=${STACKABLE_USER_UID}:0 /app/* /usr/local/bin/
131131

132132
# Init Jobs/Pods often start a Vector Sidecar Container which collects the logs.

0 commit comments

Comments
 (0)