diff --git a/Dockerfile b/Dockerfile index 916a79c..e79989e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Base-Image -FROM alpine:3.21 +FROM alpine:latest # Pakete installieren RUN apk add --no-cache build-base