Skip to content

Commit f8495ce

Browse files
andrzej-stencelmergify[bot]
authored andcommitted
test(integration): fix sredis container image (#45496)
The sredis image started failing in recent days with: ``` $ docker logs libbeat_9_2_0_7b2b3aa2d9-snapshot-sredis-1 Error relocating /usr/bin/stunnel: OSSL_PROVIDER_add_conf_parameter: symbol not found ``` Switching to stable base Alpine image for more stability. (cherry picked from commit fc7180b)
1 parent a629a31 commit f8495ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/environments/docker/sredis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:edge
1+
FROM alpine:3.22
22

33
RUN apk add --no-cache stunnel
44

0 commit comments

Comments
 (0)