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 1125194 commit a97837c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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"
2 changes: 1 addition & 1 deletion ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:jammy

ENV DEBIAN_FRONTEND=noninteractive
RUN apt update \
Expand Down

0 comments on commit a97837c

Please sign in to comment.