We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b05028 commit f8e9a82Copy full SHA for f8e9a82
docker/Dockerfile
@@ -21,7 +21,7 @@ RUN go build -ldflags="-X 'github.com/livepeer/stream-tester/model.Version=$vers
21
22
RUN parallel -q go build -ldflags="-X 'github.com/livepeer/stream-tester/model.Version=$version' -X 'github.com/livepeer/stream-tester/model.IProduction=true'" cmd/{}/{}.go ::: testdriver loadtester stream-monitor recordtester
23
24
-FROM alpine:3.17.3
+FROM alpine:3.18.2
25
26
RUN apk add --no-cache ca-certificates ffmpeg
27
0 commit comments