We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b828dc1 commit 157d283Copy full SHA for 157d283
docker/Dockerfile
@@ -20,7 +20,7 @@ RUN go build -ldflags="-X 'github.com/livepeer/stream-tester/model.Version=$vers
20
21
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 mist-api-connector loadtester stream-monitor recordtester
22
23
-FROM alpine:3.17.3
+FROM alpine:3.18.0
24
25
RUN apk add --no-cache ca-certificates ffmpeg
26
0 commit comments