Skip to content

ImageShare 24.01.1

Compare
Choose a tag to compare
@corbindavenport corbindavenport released this 18 Jan 05:41
· 10 commits to main since this release

What's New

  • Fixed issues with uploading some images (#12)
  • Added version number to main page

Upgrade Notes

This release does not require any special upgrades from v24.01. You can upgrade normally by checking out the tag and rebuilding the Docker container.

git fetch && git checkout 24.01.1
docker compose down
docker compose -f docker-compose.yml up --build

If you're using the production application, replace docker-compose.yml with docker-compose-prod.yml.