Skip to content

Commit

Permalink
[P20-1879] Pinning prefect python library to version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardo-overhaul committed Sep 2, 2022
1 parent dec0de0 commit 5a730e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ RUN echo '===> Starting setup' && \
python3.8 -m pip install \
boto3 \
jira \
prefect \
prefect==1.2.0 \
psycopg2-binary==2.9.3 \
PyGithub \
pytz \
Expand Down
2 changes: 1 addition & 1 deletion nodejs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.2

# Install tools
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
Expand Down
2 changes: 1 addition & 1 deletion python37/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.2

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion python38/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.2

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion python39/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.2

# Ensure system is up to date and install tools
RUN echo 'deb http://archive.ubuntu.com/ubuntu/ focal-proposed restricted main multiverse universe' > /etc/apt/sources.list.d/focal-proposed.list && \
Expand Down
2 changes: 1 addition & 1 deletion ruby/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.1
FROM public.ecr.aws/e5r9m0c5/jenkins-jdk:v1.0.2

ENV RUBY_INSTALL_VERSION=0.8.1
ENV RUBY_VERSION=2.7.2
Expand Down

0 comments on commit 5a730e6

Please sign in to comment.