1.0.1
🚀 What's Changed
- dce6130 Adicionar suporte a multi-arquitetura no Docker com QEMU e Buildx, atualizar workflows do GitHub Actions e melhorar a documentação
- 2139212 Adicionar especificações para correção de bug e suporte a build ARM64 da imagem Docker
🐳 Docker Images
Multiple Docker tags are available for different use cases:
# Specific version (recommended for production)
docker pull ghcr.io/marcelofmatos/phpnetmap:1.0.1
# Minor version (gets latest patch updates)
docker pull ghcr.io/marcelofmatos/phpnetmap:1.0
# Major version (gets latest minor.patch updates)
docker pull ghcr.io/marcelofmatos/phpnetmap:1
# Latest (always gets the newest release)
docker pull ghcr.io/marcelofmatos/phpnetmap:latestRun the container:
docker run -d -p 80:80 ghcr.io/marcelofmatos/phpnetmap:1.0.1Platforms: linux/amd64, linux/arm64
📋 Release Info
- Type: patch release
- Previous Version: 1.0.0
- Released by: @marcelofmatos