From e26fbeee6a289d76e5aef50adb76ec4185e30ea8 Mon Sep 17 00:00:00 2001 From: Manojait <106147949+Manojait@users.noreply.github.com> Date: Tue, 30 May 2023 12:42:02 +0530 Subject: [PATCH] Update Dockerfile - Changed updated Debian version For existing Debian 9.5 version is deprecated from docker. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 92fb214..b30cef2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:9.5 +FROM debian:11.7 # Update packages, then install lua RUN apt-get update -qq @@ -9,4 +9,4 @@ COPY ./src /opt/executor # Add dkjson package WORKDIR /opt/executor -RUN luarocks install dkjson \ No newline at end of file +RUN luarocks install dkjson