Skip to content

Commit

Permalink
updated Blackfire to 2.28.13
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfire-tortue-geniale committed Oct 8, 2024
1 parent 2eaef5e commit a5fb5bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.20 as bin
FROM alpine:3.20 AS bin

ARG TARGETARCH

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

FROM alpine:3.20
Expand Down

0 comments on commit a5fb5bb

Please sign in to comment.