1
0

Bump alpine from 3.22 to 3.23

Bumps alpine from 3.22 to 3.23.

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

Signed-off-by: dependabot[bot] <support@github.com>
هذا الالتزام موجود في:
dependabot[bot]
2026-04-21 13:48:20 +00:00
ملتزم من قبل GitHub
الأصل 130d2b35c9
التزام e7a90f9b9f

عرض الملف

@@ -1,4 +1,4 @@
FROM alpine:3.22 AS base FROM alpine:3.23 AS base
RUN apk update && \ RUN apk update && \
apk add --no-cache \ apk add --no-cache \
@@ -46,7 +46,7 @@ FROM base AS build
RUN make RUN make
FROM alpine:3.22 AS prod FROM alpine:3.23 AS prod
RUN apk update && \ RUN apk update && \
apk add --no-cache \ apk add --no-cache \