File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Copyright 2019 Google, LLC.
1+ # Copyright 2019 Google LLC
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.11
17+ FROM python:3.13
18+
19+ RUN apt-get update
1820
1921# Copy application dependency manifests to the container image.
2022# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 11Flask == 2.2.2
2- SQLAlchemy == 2.0.24
2+ SQLAlchemy == 2.0.36
33PyMySQL == 1.1.1
44gunicorn == 22.0.0
55cloud-sql-python-connector == 1.2.4
Original file line number Diff line number Diff line change 1- # Copyright 2019 Google, LLC.
1+ # Copyright 2019 Google LLC
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3
17+ FROM python:3.13
18+
19+ RUN apt-get update
1820
1921# Copy application dependency manifests to the container image.
2022# Copying this separately prevents re-running pip install on every code change.
Original file line number Diff line number Diff line change 11Flask == 2.2.2
22pg8000 == 1.31.2
3- SQLAlchemy == 2.0.24
3+ SQLAlchemy == 2.0.36
44cloud-sql-python-connector == 1.9.1
55gunicorn == 22.0.0
66functions-framework == 3.5.0
Original file line number Diff line number Diff line change 1- # Copyright 2020 Google, LLC.
1+ # Copyright 2020 Google LLC
22#
33# Licensed under the Apache License, Version 2.0 (the "License");
44# you may not use this file except in compliance with the License.
1414
1515# Use the official Python image.
1616# https://hub.docker.com/_/python
17- FROM python:3.11-buster
17+ FROM python:3.13
1818
1919RUN apt-get update
2020
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Flask==2.2.2
22gunicorn == 22.0.0
33python-tds == 1.15.0
44pyopenssl == 24.0.0
5- SQLAlchemy == 2.0.24
5+ SQLAlchemy == 2.0.36
66cloud-sql-python-connector == 1.9.1
77sqlalchemy-pytds == 1.0.2
88functions-framework == 3.5.0
You can’t perform that action at this time.
0 commit comments