diff --git a/images/docker-snipe-it/index.html b/images/docker-snipe-it/index.html
index a5f4a72ed9..69214ff19a 100644
--- a/images/docker-snipe-it/index.html
+++ b/images/docker-snipe-it/index.html
@@ -80,4 +80,4 @@
--pull \
-t lscr.io/linuxserver/snipe-it:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 17.06.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
- 06.03.24: - Existing users should update: site-confs/default.conf - Cleanup default site conf.
- 17.02.24: - Add php81-exif.
- 03.07.23: - Deprecate armhf. As announced here
- 13.04.23: - Move ssl.conf include to default.conf.
- 13.04.23: - Add php81-pecl-redis for redis support.
- 28.12.22: - Rebase to Alpine 3.17, migrate to s6v3.
- 20.08.22: - Rebasing to alpine 3.15 with php8. Restructure nginx configs (see changes announcement).
- 14.05.22: - Add php7-sodium for v6.
- 12.04.22: - Don't build development elements.
- 02.03.22: - Rework init logic, do not show default compose.
- 29.06.21: - Rebasing to alpine 3.14.
- 30.04.21: - Rebasing to alpine 3.13, add artisan migrate on spinup.
- 01.06.20: - Rebasing to alpine 3.12.
- 19.12.19: - Rebasing to alpine 3.11.
- 28.06.19: - Rebasing to alpine 3.10.
- 10.04.19: - Add php deps for V4.7.0, ensure framework directories are available at build time.
- 10.04.19: - Fix permissions for new bootstrap cache directory.
- 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
- 22.02.19: - Rebasing to alpine 3.9.
- 31.10.18: - Rebasing to alpine 3.8
- 05.08.18: - Migration to live build server.
- 13.06.18: - Initial Release.