Skip to content

Commit 157d283

Browse files
build(deps): bump alpine from 3.17.3 to 3.18.0 in /docker
Bumps alpine from 3.17.3 to 3.18.0. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b828dc1 commit 157d283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN go build -ldflags="-X 'github.com/livepeer/stream-tester/model.Version=$vers
2020

2121
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
2222

23-
FROM alpine:3.17.3
23+
FROM alpine:3.18.0
2424

2525
RUN apk add --no-cache ca-certificates ffmpeg
2626

0 commit comments

Comments
 (0)