Update Dockerfile

This commit is contained in:
Sergey 2023-10-26 23:45:27 +03:00 committed by GitHub
parent 2a565e354b
commit e510152a0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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