Skip to content

Commit 796a370

Browse files
committed
does this make difference
1 parent 4c65d45 commit 796a370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN curl https://sh.rustup.rs -sSf | \
2222
sh -s -- --default-toolchain stable -y
2323
ENV PATH=/root/.cargo/bin:$PATH
2424

25-
ENV DD_COMPILE_MODE="Release"
25+
ENV DD_COMPILE_MODE=Release
2626

2727
# Install datadog_lambda and dependencies from local
2828
COPY . .

0 commit comments

Comments
 (0)