diff --git a/.distrobox/Dockerfile b/.distrobox/Dockerfile index 83d8aa5..21063b5 100644 --- a/.distrobox/Dockerfile +++ b/.distrobox/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:10 +FROM debian:12 ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 diff --git a/ci/build/Dockerfile b/ci/build/Dockerfile index 2252ed0..b5118aa 100644 --- a/ci/build/Dockerfile +++ b/ci/build/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster +FROM debian:bookworm ARG NODE_VERSION ARG PHP_VERSION @@ -22,9 +22,9 @@ RUN apt-get update \ gettext-base \ && rm -rf /var/lib/apt/lists/* \ && curl -sSL http://debian.hypernode.com/repo.key | apt-key add - \ - && echo "deb http://debian.hypernode.com buster main hypernode" | tee /etc/apt/sources.list.d/hypernode.list \ + && echo "deb http://debian.hypernode.com bookworm main hypernode" | tee /etc/apt/sources.list.d/hypernode.list \ && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - \ - && echo "deb http://deb.nodesource.com/node_${NODE_VERSION}.x buster main" | tee /etc/apt/sources.list.d/nodesource.list \ + && echo "deb http://deb.nodesource.com/node_${NODE_VERSION}.x bookworm main" | tee /etc/apt/sources.list.d/nodesource.list \ && echo \ "Package: * \ Pin origin deb.nodesource.com \