Skip to content

Commit

Permalink
Bump fedora-minimal from 35 to 37 (#80)
Browse files Browse the repository at this point in the history
Bumps fedora-minimal from 35 to 37.

---
updated-dependencies:
- dependency-name: fedora-minimal
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 16, 2023
1 parent 859307d commit 83cae24
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 @@ -6,6 +6,6 @@ WORKDIR /app
COPY . .
RUN make build

FROM registry.fedoraproject.org/fedora-minimal:35
FROM registry.fedoraproject.org/fedora-minimal:37
COPY --from=builder /app/otel-go-instrumentation /
CMD ["/otel-go-instrumentation"]

0 comments on commit 83cae24

Please sign in to comment.