Skip to content

Commit

Permalink
chore(ci): update Docker image (and Cloud Run service as a result) to…
Browse files Browse the repository at this point in the history
… Python 3.11 (#472)
  • Loading branch information
lvaylet authored May 17, 2024
1 parent 3b44b86 commit 5c874c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG PYTHON_VERSION=3.9
# Define the default Python version used in production.
# This is usually the most recent supported version at https://devguide.python.org/versions/.
# !! Make sure to propagate any new value to the `PYTHON_VERSION` variable in:
# GitHub > Settings > Secrets and variables > Actions > Variables > Repository variables
ARG PYTHON_VERSION=3.11

FROM python:${PYTHON_VERSION}-alpine

Expand Down

0 comments on commit 5c874c6

Please sign in to comment.