From 4691f60c18760516c5b7f45f23fec6f117d777b0 Mon Sep 17 00:00:00 2001 From: Sergey <61871201+SergeyLadanov@users.noreply.github.com> Date: Thu, 20 Mar 2025 11:37:28 +0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 14fc936..88fd3d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \