Skip to content

Commit b53ff3c

Browse files
committed
fix python base image --skip-tests
1 parent ea4f38a commit b53ff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pulled Apr 28, 2024
2-
FROM python:3-alpine@sha256:ef097620baf1272e38264207003b0982285da3236a20ed829bf6bbf1e85fe3cb
2+
FROM python:3.8-alpine@sha256:166faf3661e2b715e122d8203ce65a4e0f55e1bee11d8f10dc4751a2cecf5b9c
33
RUN apk update && apk add --no-cache git curl nfs-utils libffi-dev build-base librdkafka-dev
44
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" &&\
55
chmod +x ./kubectl && mv ./kubectl /usr/local/bin/kubectl &&\

0 commit comments

Comments
 (0)