Skip to content

Commit b828c33

Browse files
committed
Use Python 3.10 in images.
Intention is to move to Python 3.11. The purpose of this is to quickly make build go green.
1 parent 7db72f8 commit b828c33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
docker build \
7-
--build-arg IMAGE="python:3-slim-bullseye" \
7+
--build-arg IMAGE="python:3.10-slim-bullseye" \
88
--build-arg LLVM_VER=9 \
99
--build-arg GNAT_VER=9 \
1010
--target vunit \

0 commit comments

Comments
 (0)