diff --git a/certstrap/certstrap_spec.rb b/certstrap/certstrap_spec.rb index 330daa9b..9a0a19c7 100644 --- a/certstrap/certstrap_spec.rb +++ b/certstrap/certstrap_spec.rb @@ -12,7 +12,7 @@ } it "installs the right version of Ubuntu Linux" do - expect(os_version).to include("Ubuntu 18.04.6") + expect(os_version).to include("Ubuntu 22.04.3") expect(os_version).to include("LTS") end diff --git a/cf-acceptance-tests/Dockerfile b/cf-acceptance-tests/Dockerfile index 181a4727..388bea78 100644 --- a/cf-acceptance-tests/Dockerfile +++ b/cf-acceptance-tests/Dockerfile @@ -5,7 +5,7 @@ RUN apt update \ build-essential \ openssh-client \ unzip \ - python-pip \ + python3-pip \ jq \ git \ fossil \ @@ -40,4 +40,4 @@ ENV CF_PLUGIN_HOME /root/ RUN cf install-plugin -f "https://github.com/cloudfoundry/log-cache-cli/releases/download/v${CF_LOG_CACHE_VERSION}/log-cache-cf-plugin-linux" # Install the AWS-CLI -RUN pip install awscli=="1.19.112" +RUN pip install awscli=="1.29.79"