Skip to content

Commit 639d78d

Browse files
updated Blackfire to 2.28.26
1 parent be51497 commit 639d78d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM alpine:3.21 AS bin
1+
FROM alpine:3.22 AS bin
22

33
ARG TARGETARCH
44

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

8-
FROM alpine:3.21
8+
FROM alpine:3.22
99

1010
ENV BLACKFIRE_CONFIG /dev/null
1111
ENV BLACKFIRE_LOG_LEVEL 1

0 commit comments

Comments
 (0)