Skip to content

Commit 97395a1

Browse files
chore(deps): update alpine docker tag to v3.24.1 (#243)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | alpine | final | patch | `3.24.0` → `3.24.1` | | alpine | stage | patch | `3.24.0` → `3.24.1` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/netresearch/raybeam). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzEuMSIsInVwZGF0ZWRJblZlciI6IjQzLjIzMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
2 parents 4c8d0b6 + 555693c commit 97395a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
# Local `docker build` outside CI therefore requires the bin/ directory
99
# to be populated first (e.g. via goreleaser or a manual cross-compile).
10-
FROM alpine:3.24.0 AS binary-selector
10+
FROM alpine:3.24.1 AS binary-selector
1111

1212
ARG TARGETARCH
1313
ARG TARGETVARIANT
@@ -24,7 +24,7 @@ RUN set -eux; \
2424
chmod +x /usr/bin/raybeam
2525

2626
# Runtime stage
27-
FROM alpine:3.24.0
27+
FROM alpine:3.24.1
2828

2929
# OCI image annotations (dynamic labels — created/version/revision — are
3030
# added by docker/metadata-action inside build-container.yml).

0 commit comments

Comments
 (0)