diff --git a/opentelemetry-shell/Dockerfile b/opentelemetry-shell/Dockerfile index 881ff3c9..12ebcf44 100644 --- a/opentelemetry-shell/Dockerfile +++ b/opentelemetry-shell/Dockerfile @@ -15,7 +15,7 @@ RUN apt update \ WORKDIR /tmp # renovate: datasource=github-releases depName=plengauer/Thoth -ENV OT_SHELL_VERSION="5.56.0" +ENV OT_SHELL_VERSION="5.62.0" ENV OT_SHELL_SUM=302ed73acf46fcacdc0e51ea75514f30177b386f858d2ff661b372432466497a ENV OT_SHELL_FILENAME="opentelemetry-shell_${OT_SHELL_VERSION}_amd64.deb" RUN echo "Download url for : https://github.com/plengauer/Thoth/releases/download/v${OT_SHELL_VERSION}/${OT_SHELL_FILENAME}" diff --git a/opentelemetry-shell/opentelemetry-shell_spec.rb b/opentelemetry-shell/opentelemetry-shell_spec.rb index f9ff4c94..ef8410bd 100644 --- a/opentelemetry-shell/opentelemetry-shell_spec.rb +++ b/opentelemetry-shell/opentelemetry-shell_spec.rb @@ -2,7 +2,7 @@ require 'docker' require 'serverspec' -OT_SHELL_VERSION="5.56.0" # renovate: datasource=github-releases depName=plengauer/Thoth +OT_SHELL_VERSION="5.62.0" # renovate: datasource=github-releases depName=plengauer/Thoth describe "opentelemetry-shell image" do before(:all) {