diff --git a/Dockerfile b/Dockerfile index 913cee6..4110cb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-slim +FROM ubuntu:22.04 ARG BIN WORKDIR /root/ RUN apt-get update