Skip to content

Commit 8a79d84

Browse files
committed
use python 3.12
1 parent 43bbc66 commit 8a79d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu
22

33
RUN apt-get update && apt-get install -y \
44
curl \
5-
python3 \
5+
python3.12 \
66
python3-pip \
77
docker-compose
88

0 commit comments

Comments
 (0)