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 b957927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 b957927

Please sign in to comment.