chore(container): update golang:1.23.2 docker digest to 858ab89 (#28017)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| golang | final | digest | `d7b4cfd` -> `858ab89` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjcuMyIsInVwZGF0ZWRJblZlciI6IjM4LjEyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvZGlnZXN0Il19-->
This commit is contained in:
TrueCharts Bot
2024-10-19 12:42:35 +02:00
committed by GitHub
parent 726e506dcb
commit d1d5cdbd77
+1 -1
View File
@@ -190,7 +190,7 @@ RUN \
# Install golang # Install golang
COPY --from=golang:1.23.2@sha256:d7b4cfdee0b5e884694c08fbb61e0a1c3788559977dadb6051f45aac75d4bbdb /usr/local/go/ /usr/local/go/ COPY --from=golang:1.23.2@sha256:858ab89651d8a3d637da5580e71fdec40b5aefbb148ba50b9a629bd079a14bcd /usr/local/go/ /usr/local/go/
ENV GOPATH /go ENV GOPATH /go
ENV PATH $GOPATH/bin:$PATH ENV PATH $GOPATH/bin:$PATH