We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04df049 commit b708b54Copy full SHA for b708b54
appengine/flexible/hello_world/app.yaml
@@ -17,7 +17,7 @@ env: flex
17
entrypoint: gunicorn -b :$PORT main:app
18
19
runtime_config:
20
- operating_system: ubuntu22
+ operating_system: ubuntu24
21
22
# This sample incurs costs to run on the App Engine flexible environment.
23
# The settings below are to reduce costs during testing and are not appropriate
appengine/standard_python3/building-an-app/building-an-app-1/app.yaml
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-runtime: python313
+runtime: python314
16
handlers:
# This configures Google App Engine to serve the files in the app's static
0 commit comments