Bump alpine from 3.22.0 to 3.22.1 in /sync-server

Bumps alpine from 3.22.0 to 3.22.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: 3.22.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-27 20:16:27 +00:00 committed by GitHub
parent 6b12603915
commit d99aa646d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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