Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
build(deps): bump jaegertracing/all-in-one from 1.51.0 to 1.53.0
Browse files Browse the repository at this point in the history
Bumps jaegertracing/all-in-one from 1.51.0 to 1.53.0.

---
updated-dependencies:
- dependency-name: jaegertracing/all-in-one
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 3bdfabb commit 7927f64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN git clone --depth=1 --single-branch --branch=v1.32.0 https://github.com/jaeg
WORKDIR /jaeger
COPY --from=build /src/s3-plugin /go/bin

FROM jaegertracing/all-in-one:1.51.0 AS jaeger-test
FROM jaegertracing/all-in-one:1.53.0 AS jaeger-test
COPY --from=build /src/s3-plugin /go/bin

FROM alpine:3.18.4
Expand Down

0 comments on commit 7927f64

Please sign in to comment.