diff --git a/Dockerfile b/Dockerfile index c99d372ebb..b2dda8fa7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN uname -a && \ make cel-key && \ make cel-shed -FROM docker.io/alpine:3.20.2 +FROM docker.io/alpine:3.21.2 # Read here why UID 10001: https://github.com/hexops/dockerfile/blob/main/README.md#do-not-use-a-uid-below-10000 ARG UID=10001