Skip to content

Release v1.1.0 - Optimized Build with Multistage Docker

Latest
Compare
Choose a tag to compare
@syahidfrd syahidfrd released this 02 Jan 15:01

Changelog:

  • Migrated to a multistage Docker build process to reduce image size and improve build efficiency.
  • Optimized dependency layers to minimize build time and deployment size.
  • Ensured backward compatibility with the previous version (v1.0.0).

Key Benefits:

  • Smaller Docker image size for faster pulls and less storage usage.
  • Cleaner and more maintainable Dockerfile structure.
  • Better separation of build and runtime environments.