diff --git a/base/Dockerfile b/base/Dockerfile index 3c38e26..6cc8215 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -32,8 +32,8 @@ RUN \ && apk add --no-cache \ libcrypto1.1=1.1.1d-r3 \ libssl1.1=1.1.1d-r3 \ - musl-utils=1.1.24-r0 \ - musl=1.1.24-r0 \ + musl-utils=1.1.24-r1 \ + musl=1.1.24-r1 \ \ && apk add --no-cache \ bash=5.0.11-r1 \