diff --git a/Dockerfile b/Dockerfile index 205a91a..7342ce5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18.4 as builder +FROM alpine:3.19.0 as builder ARG BUILD_CORES ARG GIT_REPOSITORY @@ -30,7 +30,7 @@ RUN COLOUR='\e[1;93m' && \ pip install -r /app/requirements.txt && \ echo -e "${COLOUR}Done.\e[0m" -FROM alpine:3.18.4 +FROM alpine:3.19.0 LABEL maintainer="Patrick Baus " LABEL description="HighFinesse Wavemeter SCPI deamon."