We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9666cdf commit 3456b20Copy full SHA for 3456b20
.github/workflows/deploy-image.yml
@@ -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
-
6
name: Create and publish a Docker image
7
8
on:
Dockerfile
@@ -1,6 +1,6 @@
# Base Image, now with Python!
-ARG PYTHON_VERSION=3.12.12
+ARG PYTHON_VERSION=3.13.9
ARG UBUNTU_VERSION=jammy
FROM python:${PYTHON_VERSION}-bookworm AS python-builder
0 commit comments