Skip to content

Commit

Permalink
removing 18 from build step
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriecodes committed Apr 26, 2024
1 parent 3eb291f commit f36061f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/build-postgresql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi

for PGSQL_VERSION in "${PGSQL_VERSIONS[@]}"; do
PGSQL_VERSION=$(echo "$PGSQL_VERSION" | tr -d '[:space:]') # '12.2 ' -> '12.2'
for stack in heroku-{18,20,22}; do
for stack in heroku-{20,22}; do
echo "Building PG $PGSQL_VERSION for $stack..."
BASE_IMAGE="heroku/${stack/-/:}" # heroku-22 -> heroku/heroku:22
docker build \
Expand Down

0 comments on commit f36061f

Please sign in to comment.