diff --git a/.circleci/config.yml b/.circleci/config.yml index f468a5c..c9616a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,7 +31,7 @@ jobs: smoke_test: machine: - image: ubuntu-2004:202107-02 + image: ubuntu-2004:2023.04.2 steps: - checkout - attach_workspace: diff --git a/smoke-tests/docker-compose.yml b/smoke-tests/docker-compose.yml index 32bbc34..5ee2ff2 100644 --- a/smoke-tests/docker-compose.yml +++ b/smoke-tests/docker-compose.yml @@ -17,7 +17,7 @@ x-app-base: &app_base services: collector: - image: otel/opentelemetry-collector:0.52.0 + image: otel/opentelemetry-collector:0.81.0 command: ["--config=/etc/otel-collector-config.yaml"] volumes: - "./collector/otel-collector-config.yaml:/etc/otel-collector-config.yaml"