common-nginx-fpm/build.sh
Caijinglong ac0af5636d
Some checks failed
Build and Push Docker Image to Aliyun Registry / build-and-push (push) Has been cancelled
feat: Add timezone data and update version (增加了时区数据并更新版本)
- Install `tzdata` in Dockerfile (在 `Dockerfile` 中安装 `tzdata` 以支持时区)
- Update version from 0.1.2 to 0.1.3 in `build.sh` (在 `build.sh` 中将版本从 0.1.2 更新到 0.1.3)
2025-07-04 08:49:02 +08:00

4 lines
158 B
Bash
Executable File

VERSION="0.1.3"
docker buildx build --platform linux/amd64 -t common-nginx-fpm:$VERSION --load .
docker tag common-nginx-fpm:$VERSION common-nginx-fpm:latest