From 16415806edaf46ab5750809339c7b3d3765608f6 Mon Sep 17 00:00:00 2001 From: Henri Wahl <2835065+HenriWahl@users.noreply.github.com> Date: Tue, 21 Feb 2023 23:41:12 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f2e60a2..5bffe72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,7 @@ FROM python:3.9-slim LABEL maintainer=henri@dhcpy6d.de -ARG VERSION=1.2.1 - +ARG VERSION=1.2.3 RUN apt -y update && \ apt -y upgrade RUN apt -y install gcc \