Skip to content

Commit

Permalink
Adjust base docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Jan 31, 2025
1 parent 03913d2 commit 57acf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@ the release images. This step is not needed by any developer working on LinkAce
maintainers.

```bash
docker buildx build --push --platform "linux/amd64,linux/arm64,linux/arm/v7" -t linkace/base-image:2.x-php-8.3 -f resources/docker/dockerfiles/release-base.Dockerfile .
docker buildx build --push --platform "linux/amd64,linux/arm64,linux/arm/v7" -t linkace/base-image:2.x-php-8.4 -f resources/docker/dockerfiles/release-base.Dockerfile .
```

0 comments on commit 57acf72

Please sign in to comment.