Bump alpine from 3.21.0 to 3.21.3 in /backend (#8)

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] 2025-03-25 22:28:42 +00:00 committed by GitHub
parent aec3cd9b2f
commit 3d27b7f313
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/database/migrations --database-url
RUN cargo build --package sync_server --release --target x86_64-unknown-linux-musl
# Runtime image
FROM alpine:3.21.0
FROM alpine:3.21.3
LABEL org.opencontainers.image.authors="andras@schmelczer.dev"