Bump alpine from 3.21.0 to 3.21.3 in /backend #8

Merged
dependabot[bot] merged 1 commit from dependabot/docker/backend/alpine-3.21.3 into main 2025-03-25 22:28:42 +00:00

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"