Skip to content

Commit

Permalink
chore(lib-injection): update base image to alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Jun 18, 2024
1 parent 4b02ae6 commit e5a358b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-injection/Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e5a358b

Please sign in to comment.