chore(deps): update debian docker tag to v12
This commit is contained in:
parent
9fda6a8f76
commit
c6ca9abd14
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ RUN cargo --version
|
|||
#RUN make cache-bust
|
||||
RUN cargo build --release
|
||||
|
||||
FROM debian:bullseye as forms
|
||||
FROM debian:bookworm as forms
|
||||
LABEL org.opencontainers.image.source https://git.batsense.net/librepages/forms
|
||||
RUN apt-get update && apt-get install -y ca-certificates
|
||||
RUN useradd -ms /bin/bash -u 1001 forms
|
||||
|
|
Loading…
Reference in a new issue