diff --git a/lib-injection/Dockerfile b/lib-injection/Dockerfile index 65e97a6c867..8e45d3ca19c 100644 --- a/lib-injection/Dockerfile +++ b/lib-injection/Dockerfile @@ -1,6 +1,6 @@ # This image provides the files needed to install the dd-trace-rb # and auto instrument Ruby applications in containerized environments. -FROM alpine:3.18.3 +FROM alpine:3.20 # Set high UID to prevent possible conflict with existing users: http://www.linfo.org/uid.html ARG UID=10000