Skip to content

Commit

Permalink
updated Blackfire to 2.28.17
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfire-tortue-geniale committed Oct 30, 2024
1 parent 171bbed commit b4346b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Docker meta
id: docker_meta
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.20 AS bin

ARG TARGETARCH

ADD https://packages.blackfire.io/binaries/blackfire/2.28.16/blackfire-linux_${TARGETARCH:-amd64} /usr/local/bin/blackfire
ADD https://packages.blackfire.io/binaries/blackfire/2.28.17/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 b4346b7

Please sign in to comment.