diff --git a/Dockerfile b/Dockerfile index 536fdf12..cfac8525 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /src RUN apk add make git RUN make -FROM debian:stable-20231030 +FROM debian:stable-20231120 RUN apt-get update --yes && \ apt-get install --no-install-recommends --yes git ca-certificates && \ rm -rf /var/lib/apt/lists/*