diff --git a/Dockerfile b/Dockerfile index f383d95..79b18dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21.1 AS builder +FROM alpine:3.21.2 AS builder ARG TARGETPLATFORM @@ -22,7 +22,7 @@ RUN COLOUR='\e[1;93m' && \ pip install -r /app/requirements.txt && \ echo -e "${COLOUR}Done.\e[0m" -FROM alpine:3.21.1 +FROM alpine:3.21.2 LABEL maintainer="Patrick Baus " LABEL description="Kraken sensor data aggregator."