Update Dockerfile

This commit is contained in:
Cédric Verstraeten
2023-01-19 11:51:52 +01:00
committed by GitHub
parent aeda0acecf
commit d765216523
+1 -1
View File
@@ -1,4 +1,4 @@
FROM debian:bookworm
FROM debian:bullseye
LABEL Author=Kerberos.io
RUN apt-get update && apt-get upgrade -y && apt-get install -y wget build-essential \