Skip to content

Commit 5d79f00

Browse files
updated Blackfire to 2.28.28
1 parent fda011a commit 5d79f00

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
@@ -2,7 +2,7 @@ FROM alpine:3.22 AS bin
22

33
ARG TARGETARCH
44

5-
ADD https://packages.blackfire.io/binaries/blackfire/2.28.27/blackfire-linux_${TARGETARCH:-amd64} /usr/local/bin/blackfire
5+
ADD https://packages.blackfire.io/binaries/blackfire/2.28.28/blackfire-linux_${TARGETARCH:-amd64} /usr/local/bin/blackfire
66
RUN chmod 0555 /usr/local/bin/blackfire
77

88
FROM alpine:3.22

0 commit comments

Comments
 (0)