Skip to content

Commit

Permalink
updating ubuntu bionic->jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
jackjoy-gds committed Nov 7, 2023
1 parent 3dea341 commit 717e819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion certstrap/certstrap_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cf-acceptance-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt update \
build-essential \
openssh-client \
unzip \
python-pip \
python3-pip \
jq \
git \
fossil \
Expand Down Expand Up @@ -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"

0 comments on commit 717e819

Please sign in to comment.