Skip to content

Commit

Permalink
chore: pin to an older Python image which has aws-cli available
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyler committed May 25, 2024
1 parent e0ec006 commit f36f2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/Dockerfile.setup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine
FROM python:3-alpine3.18

RUN apk add --no-cache aws-cli bash openssh ca-certificates jq curl openssl perl git zip \
&& apk add --no-cache --virtual .build-deps gcc make openssl-dev libffi-dev musl-dev linux-headers \
Expand Down

0 comments on commit f36f2b7

Please sign in to comment.