Skip to content

Commit 3519383

Browse files
updated Blackfire to 2.28.22
1 parent b1daa70 commit 3519383

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
FROM alpine:3.20 AS bin
1+
FROM alpine:3.21 AS bin
22

33
ARG TARGETARCH
44

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

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

1010
ENV BLACKFIRE_CONFIG /dev/null
1111
ENV BLACKFIRE_LOG_LEVEL 1
1212
ENV BLACKFIRE_SOCKET tcp://0.0.0.0:8307
1313
EXPOSE 8307
1414

15-
RUN apk add --no-cache curl socat \
15+
RUN apk add --no-cache curl socat ca-certificates \
1616
&& addgroup -S blackfire \
1717
&& adduser -S -H -G blackfire -u 999 blackfire
1818

0 commit comments

Comments
 (0)