Skip to content

Commit f8e9a82

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

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
@@ -21,7 +21,7 @@ RUN go build -ldflags="-X 'github.com/livepeer/stream-tester/model.Version=$vers
2121

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

24-
FROM alpine:3.17.3
24+
FROM alpine:3.18.2
2525

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

0 commit comments

Comments
 (0)