Skip to content

Commit 8af0c51

Browse files
committed
bullseye -> bookworm upgrade
1 parent 0561e48 commit 8af0c51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/github_actions/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.7-bullseye
1+
FROM golang:1.24.7-bookworm
22

33
# Tried to set Python to ignore warnings due to the instructions at this link:
44
# https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
@@ -11,12 +11,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1111
gettext-base \
1212
libyaml-dev \
1313
python3-pip \
14-
python-setuptools \
14+
python3-setuptools \
1515
time \
1616
unzip \
1717
&& rm -rf /var/lib/apt/lists/*
1818

19-
RUN pip install cqlsh
19+
RUN pip install cqlsh --break-system-packages
2020

2121
# verbose test output from `make`, can be disabled with V=0
2222
ENV V=0

0 commit comments

Comments
 (0)