Skip to content

Commit 3456b20

Browse files
committed
[Python] bump to 3.13.9
1 parent 9666cdf commit 3456b20

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/deploy-image.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
# This workflow uses actions that are not certified by GitHub.
2-
# They are provided by a third-party and are governed by
3-
# separate terms of service, privacy policy, and support
4-
# documentation.
5-
61
name: Create and publish a Docker image
72

83
on:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Base Image, now with Python!
22

3-
ARG PYTHON_VERSION=3.12.12
3+
ARG PYTHON_VERSION=3.13.9
44
ARG UBUNTU_VERSION=jammy
55

66
FROM python:${PYTHON_VERSION}-bookworm AS python-builder

0 commit comments

Comments
 (0)