diff --git a/Dockerfile b/Dockerfile index 9e92490..04000bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.3 AS builder +FROM alpine:3.21.0 AS builder COPY . /app @@ -21,7 +21,7 @@ RUN COLOUR='\e[1;93m' && \ pip install ./app && \ echo -e "${COLOUR}Done.\e[0m" -FROM alpine:3.20.3 +FROM alpine:3.21.0 LABEL maintainer="Patrick Baus " LABEL description="Labnode PID controller daemon"