Skip to content

v0.12.7-docker0

Latest

Choose a tag to compare

@jippi jippi released this 07 Aug 10:49
8e54c4e

What's new

  1. PHP 8.5 support (./scripts/dottie set DOCKER_APP_PHP_VERSION=8.5)

Upgrading

  1. ./scripts/update v0.12.7-docker0
  2. ./scripts/artisan migrate (Unless you have DB_APPLY_NEW_MIGRATIONS_AUTOMATICALLY=true in your .env file)

🐛 Bug Fixes

✅ Tests

  • 174d139 - assert image layout, then reorder the Dockerfile so the webserver caches (PR #347 by @jippi)

👷 Build System

  • 5a1ff0e - rework Docker build caching and build arm64 natively (PR #346 by @jippi)
  • 4584efe - pin GitHub Actions to commit SHAs and upgrade to latest (commit by @jippi)
  • 8e54c4e - give each main commit its own docker-test concurrency group (commit by @jippi)

🔧 Chores