Skip to content

Commit 2bfc574

Browse files
authored
Merge pull request alex88#26 from easolhq/heroku-22
Support `heroku-22` stack
2 parents a135dde + 7f1f89b commit 2bfc574

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

bin/detect

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/bash
22

3-
SUPPORTED_STACKS=(heroku-16 heroku-18 heroku-20)
3+
SUPPORTED_STACKS=(heroku-16 heroku-18 heroku-20 heroku-22)
44

55
for stack_option in "${SUPPORTED_STACKS[@]}"; do
66
if [[ $STACK = $stack_option ]]; then

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# set -x
44
set -e
55

6-
STACK_VERSIONS=(16 18 20)
6+
STACK_VERSIONS=(16 18 20 22)
77

88
for stack_version in "${STACK_VERSIONS[@]}"; do
99
image_name=libvips-heroku-$stack_version:$VIPS_VERSION

build/heroku-16.tar.gz

-778 Bytes
Binary file not shown.

build/heroku-18.tar.gz

-5.31 KB
Binary file not shown.

build/heroku-20.tar.gz

-5.4 KB
Binary file not shown.

build/heroku-22.tar.gz

5.26 MB
Binary file not shown.

0 commit comments

Comments
 (0)