Skip to content

Commit 0e134ff

Browse files
authored
fix: incorrectly built image for container based (#816)
#815
1 parent 4c6a10a commit 0e134ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/Dockerfile.extension_image

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN --mount=type=bind,source=.layers/datadog_extension-${TARGETARCH}${SUFFIX}/ex
1414

1515
# Final stage - copy from the base stage to scratch
1616
FROM scratch
17-
COPY --from=base /opt /
17+
COPY --from=base /opt /opt/.

0 commit comments

Comments
 (0)