Skip to content

Commit b77335a

Browse files
renovate[bot]etserend
authored andcommitted
chore(deps): update golang:1.25 docker digest to 8ac6fe1 (open-telemetry#43208)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | golang | stage | digest | `d709837` -> `8ac6fe1` | | golang | final | digest | `d709837` -> `8ac6fe1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), 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/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 26358a8 commit b77335a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exporter/clickhouseexporter/example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:latest@sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 AS certs
22
RUN apk --update add ca-certificates
33

4-
FROM golang:latest@sha256:d7098379b7da665ab25b99795465ec320b1ca9d4addb9f77409c4827dc904211
4+
FROM golang:latest@sha256:8ac6fe1ced1b17cece9c2ed3368c73bcd6374da18ad054c5b5a86ffba6db2869
55

66
ARG USER_UID=10001
77
USER ${USER_UID}

exporter/loadbalancingexporter/example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25@sha256:d7098379b7da665ab25b99795465ec320b1ca9d4addb9f77409c4827dc904211 AS build
1+
FROM golang:1.25@sha256:8ac6fe1ced1b17cece9c2ed3368c73bcd6374da18ad054c5b5a86ffba6db2869 AS build
22

33
WORKDIR /src
44
ADD . /src

0 commit comments

Comments
 (0)