Bump alpine from 3.23 to 3.24 (#799)

Bumps alpine from 3.23 to 3.24.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.24'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-06-16 08:02:45 +02:00
committed by GitHub
parent 8031e29bcd
commit d5a5746f17
+1 -1
View File
@@ -10,7 +10,7 @@ COPY . .
WORKDIR /app/cmd/backup
RUN go build -o backup .
FROM alpine:3.23
FROM alpine:3.24
WORKDIR /root