Skip to content

Commit

Permalink
updated Blackfire to 2.28.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfire-tortue-geniale committed Jun 10, 2024
1 parent 94e3519 commit 0211537
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM alpine:3.19 as bin
FROM alpine:3.20 as bin

ARG TARGETARCH

ADD https://packages.blackfire.io/binaries/blackfire/2.28.3/blackfire-linux_${TARGETARCH:-amd64} /usr/local/bin/blackfire
ADD https://packages.blackfire.io/binaries/blackfire/2.28.4/blackfire-linux_${TARGETARCH:-amd64} /usr/local/bin/blackfire
RUN chmod 0555 /usr/local/bin/blackfire

FROM alpine:3.19
FROM alpine:3.20

ENV BLACKFIRE_CONFIG /dev/null
ENV BLACKFIRE_LOG_LEVEL 1
Expand Down

0 comments on commit 0211537

Please sign in to comment.