Skip to content

Commit 6f64eb6

Browse files
Update alpine Docker tag to v3.23 (#27)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | minor | `3.19` -> `3.23` | | alpine | stage | minor | `3.19` -> `3.23` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/sig-profiling). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec8a031 commit 6f64eb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

otlp-bench/bench-setup/Dockerfile.custom

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19 AS certs
1+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375 AS certs
22

33
RUN apk --update add ca-certificates
44

@@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build GO111MODULE=on go install go
1313
RUN --mount=type=cache,target=/root/.cache/go-build builder --config builder-manifest.yaml
1414

1515

16-
FROM alpine:3.19
16+
FROM alpine:3.23@sha256:51183f2cfa6320055da30872f211093f9ff1d3cf06f39a0bdb212314c5dc7375
1717

1818
RUN apk --no-cache add ca-certificates util-linux
1919

0 commit comments

Comments
 (0)