Skip to content

Commit

Permalink
Revert "Pin Python3 to 3.11 in base-admin-tools (#231)"
Browse files Browse the repository at this point in the history
This reverts commit 097e538.
  • Loading branch information
ShahabT authored Jul 17, 2024
1 parent b91a4b3 commit e300e32
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/base-images/base-admin-tools.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ ARG BASE_IMAGE=alpine:3.20

FROM ${BASE_IMAGE} AS builder

# Need to pin Python3 until the following issue is resolved, otherwise cqlsh wont work
# https://issues.apache.org/jira/browse/CASSANDRA-19206
RUN apk add --update --no-cache \
python3~3.11 \
py3-pip \
python3-dev \
musl-dev \
Expand Down

0 comments on commit e300e32

Please sign in to comment.