We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea4f38a commit b53ff3cCopy full SHA for b53ff3c
Dockerfile
@@ -1,5 +1,5 @@
1
# Pulled Apr 28, 2024
2
-FROM python:3-alpine@sha256:ef097620baf1272e38264207003b0982285da3236a20ed829bf6bbf1e85fe3cb
+FROM python:3.8-alpine@sha256:166faf3661e2b715e122d8203ce65a4e0f55e1bee11d8f10dc4751a2cecf5b9c
3
RUN apk update && apk add --no-cache git curl nfs-utils libffi-dev build-base librdkafka-dev
4
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" &&\
5
chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl &&\
0 commit comments