Bump alpine from 3.21.3 to 3.22.0 in /backend

Bumps alpine from 3.21.3 to 3.22.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-06-02 06:22:00 +00:00 committed by GitHub
parent f97193e287
commit e0d3f91b82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,7 +13,7 @@ RUN sqlx migrate run --source sync_server/src/app_state/database/migrations --da
RUN cargo build --package sync_server --release --target x86_64-unknown-linux-musl
# Runtime image
FROM alpine:3.21.3
FROM alpine:3.22.0
LABEL org.opencontainers.image.authors="andras@schmelczer.dev"