Skip to content

Commit

Permalink
build(deps): bump alpine from 3.17.3 to 3.18.3 in /docker
Browse files Browse the repository at this point in the history
Bumps alpine from 3.17.3 to 3.18.3.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2023
1 parent beb8739 commit 87c7ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN go build -ldflags="-X 'github.com/livepeer/stream-tester/model.Version=$vers

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

FROM alpine:3.17.3
FROM alpine:3.18.3

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

Expand Down

0 comments on commit 87c7ed9

Please sign in to comment.