diff --git a/Dockerfile b/Dockerfile index 8b0340c..6ea51be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20.1 as builder +FROM alpine:3.20.2 as builder ARG BUILD_CORES ARG GIT_REPOSITORY @@ -29,7 +29,7 @@ RUN COLOUR='\e[1;93m' && \ pip install ./app && \ echo -e "${COLOUR}Done.\e[0m" -FROM alpine:3.20.1 +FROM alpine:3.20.2 LABEL maintainer="Patrick Baus " LABEL description="Labnode PID controller daemon"