Skip to content

Commit 6130590

Browse files
authored
Fix bottle (#9203)
1 parent 990e313 commit 6130590

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

frameworks/Python/bottle/benchmark_config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
"database_os": "Linux",
4646
"display_name": "Bottle",
4747
"notes": "PyPy2",
48-
"versus": "wsgi"
48+
"versus": "wsgi",
49+
"tags": ["broken"]
4950
},
5051
"raw": {
5152
"db_url": "/raw-db",

frameworks/Python/bottle/bottle-raw.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6.6-stretch
1+
FROM python:3.9-bookworm
22

33
WORKDIR /bottle
44
COPY views views

frameworks/Python/bottle/bottle.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.6.6-stretch
1+
FROM python:3.9-bookworm
22

33
WORKDIR /bottle
44
COPY views views

frameworks/Python/bottle/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
bottle==0.12.19
1+
bottle==0.12.25
22
bottle-sqlalchemy==0.4.3
3-
greenlet==0.4.14
3+
greenlet==0.4.17
44
gunicorn==19.9.0
55
meinheld==1.0.2
66
mysqlclient==1.3.12

0 commit comments

Comments
 (0)