Update Dockerfile

This commit is contained in:
Sergey 2025-03-20 11:37:28 +03:00 committed by GitHub
parent 049e5a1862
commit 4691f60c18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
FROM debian:stable-slim
ARG VERSION=12.3.rel1
ARG VERSION=13.3.rel1
RUN ARCH="$(dpkg --print-architecture)" && \
case $ARCH in \