Upgrade base image to debian bookworm
This commit is contained in:
parent
790793ee20
commit
8d359e64d9
|
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:buster-slim
|
FROM debian:bookworm-slim
|
||||||
|
|
||||||
RUN apt update && \
|
RUN apt update && \
|
||||||
apt upgrade -y && \
|
apt upgrade -y && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue