Skip to content

Commit

Permalink
test: update python version
Browse files Browse the repository at this point in the history
Signed-off-by: zhuwenxing <[email protected]>
  • Loading branch information
zhuwenxing committed Aug 30, 2024
1 parent 6a082aa commit 0952c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
# or implied. See the License for the specific language governing permissions and limitations under the License.

FROM python:3.8-buster
FROM python:3.10-buster

RUN apt-get update && apt-get install -y jq

Expand Down

0 comments on commit 0952c67

Please sign in to comment.