toolchain updated

This commit is contained in:
Rom4ka 2025-12-27 22:02:38 -03:00
parent dbd054bc07
commit 534d8246ba

View file

@ -1,4 +1,4 @@
FROM debian:buster-slim FROM debian/eol:buster-slim
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
ENV TZ=America/New_York ENV TZ=America/New_York
@ -39,4 +39,4 @@ RUN cat ./setup-env.sh >> .bashrc
VOLUME /root/workspace VOLUME /root/workspace
WORKDIR /root/workspace WORKDIR /root/workspace
CMD ["/bin/bash"] CMD ["/bin/bash"]