chore(deps): update alpine docker tag to v3.22
This commit is contained in:
parent
1cca0d46de
commit
d7495592d1
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ COPY . ./
|
|||
RUN cargo build --release --frozen
|
||||
|
||||
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.22
|
||||
|
||||
COPY --from=builder /app/target/release/site /bin/site
|
||||
COPY --from=builder /app/dumb-init /bin/dumb-init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue