Skip to content

Commit 7516075

Browse files
authored
ci: update docker images for java and python examples (#2127)
- `openjdk` is deprecated, let's use `amazoncorretto` - `python:latest` is pulling Python 3.14, that's too new for the libraries
2 parents 0c333c1 + bbf6a2d commit 7516075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
matrix:
138138
include:
139139
- lang: python
140-
docker-image: python:latest
140+
docker-image: python:3.13
141141
entrypoint: /bin/bash
142142
- lang: gsutil
143143
docker-image: python:3.11
@@ -155,7 +155,7 @@ jobs:
155155
docker-image: mozilla/sbt:8u292_1.5.7
156156
entrypoint: /bin/sh
157157
- lang: java
158-
docker-image: openjdk:17
158+
docker-image: amazoncorretto:17
159159
entrypoint: /bin/sh
160160
- lang: cpp
161161
docker-image: alpine:3.15.4

0 commit comments

Comments
 (0)