Skip to content

Commit

Permalink
Update wolfi (versioned) (#278)
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 | `26caa6b` ->
`32099b9` |
| docker.elastic.co/wolfi/chainguard-base | final | digest | `26caa6b`
-> `32099b9` |
|
[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))
| | patch | `1.23.3` -> `1.23.3-r1` |
|
[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 | patch | `1.23.3` -> `1.23.3-r1` |


---

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
  • Loading branch information
elastic-renovate-prod[bot] authored Nov 15, 2024
1 parent 40077a3 commit 7053599
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.3@sha256:e2df62b617155a3b32974ef585c66eaeb52185d23eabe1289f2ccabb9d8574bc as builder
FROM docker.elastic.co/wolfi/go:1.23.3-r1@sha256:5f82347c16371dd54b7b533fabb9baab21c54ef1bb273f8435ce903201e89713 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:26caa6beaee2bbf739a82e91a35173892dfe888d0a744b9e46cdc19a90d8656f
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:32099b99697d9da842c1ccacdbef1beee05a68cddb817e858d7656df45ed4c93

ARG IMAGE_TAG
ENV IMAGE_TAG=$IMAGE_TAG
Expand Down

0 comments on commit 7053599

Please sign in to comment.