examples/rails-7-barebones/Dockerfile in splunk-otel-1.0.0 vs examples/rails-7-barebones/Dockerfile in splunk-otel-1.1.0
- old
+ new
@@ -1,8 +1,8 @@
FROM ruby:3.1.2-buster
RUN apt-get update -qq
RUN apt-get install -y \
- nodejs="10.24.0~dfsg-1~deb10u1" \
+ nodejs="10.24.0~dfsg-1~deb10u2" \
netcat=1.10-41.1
# ruby comes with older versions of bundler sometimes
RUN gem install bundler -v "2.3.14"