From 085b14d1aa49e9ca84d463aa801e4296d6fa7eb3 Mon Sep 17 00:00:00 2001 From: TKE Date: Fri, 5 Mar 2021 15:36:49 +0100 Subject: [PATCH] Update Ubuntu base Image and add release to version output --- Dockerfile_base | 2 +- start.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile_base b/Dockerfile_base index 965e928..c95f858 100644 --- a/Dockerfile_base +++ b/Dockerfile_base @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:20.04 LABEL maintainer="tabledevil" LABEL docker.cmd="docker run -it --rm -v /mnt/sdc1:/data tabledevil/kaspersky" RUN apt update && apt install -y wget perl diff --git a/start.sh b/start.sh index a6e2486..514b894 100644 --- a/start.sh +++ b/start.sh @@ -16,6 +16,7 @@ case "${1}" in echo "stage: ${1}" start_service kesl-control -S --app-info | grep -v '^$' + cat /etc/issue ;; scan ) echo "stage: ${1}"