Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion opentelemetry-shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion opentelemetry-shell/opentelemetry-shell_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Loading