Skip to content

Commit

Permalink
Update wolfi (versioned) (#271)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| docker.elastic.co/wolfi/chainguard-base | | digest | `277ebb4` ->
`d56fa50` |
| docker.elastic.co/wolfi/chainguard-base | final | digest | `277ebb4`
-> `d56fa50` |
|
[docker.elastic.co/wolfi/go](https://images.chainguard.dev/directory/image/go/overview)
([source](https://togithub.com/chainguard-images/images-private/tree/HEAD/images/go))
| | digest | `7d73037` -> `7441d42` |
|
[docker.elastic.co/wolfi/go](https://images.chainguard.dev/directory/image/go/overview)
([source](https://togithub.com/chainguard-images/images-private/tree/HEAD/images/go))
| stage | digest | `7d73037` -> `7441d42` |

---

### 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.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.

---

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

---

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

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
  • Loading branch information
elastic-renovate-prod[bot] authored Oct 17, 2024
1 parent 21fa624 commit 6420f5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
# build go binaries
#
FROM docker.elastic.co/wolfi/go:1.23.2@sha256:7d730371494e1e14d69aa6b2f7f3f9980acf66e8f9186946343ac4d5cfefc6ae as builder
FROM docker.elastic.co/wolfi/go:1.23.2@sha256:7441d42131108c8b9b63abfd42953224f7f33bc45b0913a0cecae8cf2d417175 as builder

ARG VERSION
ARG SHA1
Expand All @@ -28,7 +28,7 @@ RUN make build-binary generate-notice.txt
#
# package binaries in a lighter final image
#
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:277ebb42c458ef39cb4028f9204f0b3d51d8cd628ea737a65696a1143c3e42fe
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:d56fa50e5427f566f0a9ba8b1cad553bfca706de9223776d658e5cd608edd58b

ARG IMAGE_TAG
ENV IMAGE_TAG=$IMAGE_TAG
Expand Down

0 comments on commit 6420f5b

Please sign in to comment.