Skip to content

Commit 8faa5dc

Browse files
committed
chore(heroku): remove heroku-16 support
1 parent 40c1d45 commit 8faa5dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/api/settings/production.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@
277277
"image": 'drycc/slugrunner:canary.heroku-18',
278278
},
279279
{
280-
"name": 'heroku-16',
281-
"image": 'drycc/slugrunner:canary.heroku-16',
280+
"name": 'heroku-20',
281+
"image": 'drycc/slugrunner:canary.heroku-20',
282282
},
283283
]
284284
IMAGE_PULL_POLICY = os.environ.get('IMAGE_PULL_POLICY', "IfNotPresent") # noqa

0 commit comments

Comments
 (0)