Update Dockerfile

This commit is contained in:
Cédric Verstraeten
2023-01-19 12:05:23 +01:00
committed by GitHub
parent 5b4287e352
commit dc8bd617be
+1 -1
View File
@@ -1,4 +1,4 @@
FROM debian:wormbook
FROM debian:bookworm
LABEL Author=Kerberos.io
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget build-essential \