diff --git a/docker/alpine b/docker/alpine index e1a59d6e..1da65cc6 100644 --- a/docker/alpine +++ b/docker/alpine @@ -1,4 +1,4 @@ -FROM alpine +FROM alpine:3.22.2 RUN apk add --no-cache tini ## Upgrade OpenSSL libraries to mitigate known vulnerabilities as the current Alpine image has not been patched yet.