Skip to content

Commit 589d9ef

Browse files
committed
pin global awscli install in Dockerfile
1 parent 4b7482d commit 589d9ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ ENV PYTHONUNBUFFERED=1
133133

134134
# Install the latest version of awslocal globally
135135
RUN --mount=type=cache,target=/root/.cache \
136-
pip3 install --upgrade awscli awscli-local requests
136+
pip3 install --upgrade awscli==1.30.5 awscli-local requests
137137

138138

139139

0 commit comments

Comments
 (0)