We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1125194 commit b957927Copy full SHA for b957927
cf-acceptance-tests/Dockerfile
@@ -5,7 +5,7 @@ RUN apt update \
5
build-essential \
6
openssh-client \
7
unzip \
8
- python-pip \
+ python3-pip \
9
jq \
10
git \
11
fossil \
@@ -40,4 +40,4 @@ ENV CF_PLUGIN_HOME /root/
40
RUN cf install-plugin -f "https://github.com/cloudfoundry/log-cache-cli/releases/download/v${CF_LOG_CACHE_VERSION}/log-cache-cf-plugin-linux"
41
42
# Install the AWS-CLI
43
-RUN pip install awscli=="1.19.112"
+RUN pip install awscli=="1.29.79"
ubuntu/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ubuntu:bionic
+FROM ubuntu:jammy
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
RUN apt update \
0 commit comments