Skip to content

Commit b957927

Browse files
committed
updating ubuntu bionic->jammy
1 parent 1125194 commit b957927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cf-acceptance-tests/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt update \
55
build-essential \
66
openssh-client \
77
unzip \
8-
python-pip \
8+
python3-pip \
99
jq \
1010
git \
1111
fossil \
@@ -40,4 +40,4 @@ ENV CF_PLUGIN_HOME /root/
4040
RUN cf install-plugin -f "https://github.com/cloudfoundry/log-cache-cli/releases/download/v${CF_LOG_CACHE_VERSION}/log-cache-cf-plugin-linux"
4141

4242
# Install the AWS-CLI
43-
RUN pip install awscli=="1.19.112"
43+
RUN pip install awscli=="1.29.79"

ubuntu/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu:bionic
1+
FROM ubuntu:jammy
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt update \

0 commit comments

Comments
 (0)