Skip to content

Commit 14ca7b5

Browse files
added version
1 parent 9b0b231 commit 14ca7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-runner/Dockerfile-v27

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ FROM docker:27.3-dind
1919
RUN apk update && apk add --no-cache --virtual .build-deps && apk add bash && apk add make && apk add curl && apk add git && apk add zip && apk add jq && \
2020
ln -sf /usr/share/zoneinfo/Etc/UTC /etc/localtime && \
2121
apk -Uuv add groff less python3 py3-pip pipx && \
22-
pipx ensurepath && pipx install awscli && \
22+
pipx ensurepath && pipx install awscli==1.38.11 && \
2323
apk --purge -v del py-pip && \
2424
rm /var/cache/apk/*
2525

0 commit comments

Comments
 (0)