Bump alpine from 3.22.0 to 3.22.1 in /sync-server (#88)
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:
parent
36f2dc0d43
commit
2f251f72fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue