anonaddy / docker

AnonAddy Docker image
MIT License
517 stars 57 forks source link

Update anonaddy #190

Closed ririko5834 closed 2 years ago

ririko5834 commented 2 years ago

How do I update anonaddy that is hosted using docker. I have pulled the image and reacreated the container but its still showing the older version on anonaddy website footer image

ririko5834 commented 2 years ago

The latest is v0.13.9

ririko5834 commented 2 years ago

image image

crazy-max commented 2 years ago

How do I update anonaddy that is hosted using docker.

https://github.com/anonaddy/docker#upgrade

I have pulled the image and reacreated the container but its still showing the older version on anonaddy website footer

That looks good to me:

$ docker buildx imagetools inspect anonaddy/anonaddy:latest --format '{{json (index .Image "linux/amd64")}}' | jq .config.Labels
{
  "org.opencontainers.image.created": "2022-10-18T07:50:43.152Z",
  "org.opencontainers.image.description": "Anonymous Email Forwarding",
  "org.opencontainers.image.licenses": "MIT",
  "org.opencontainers.image.revision": "aac8ad22f7a1960eae0ef6f597928a4adc6279b8",
  "org.opencontainers.image.source": "https://github.com/anonaddy/docker",
  "org.opencontainers.image.title": "AnonAddy",
  "org.opencontainers.image.url": "https://github.com/anonaddy/docker",
  "org.opencontainers.image.vendor": "CrazyMax",
  "org.opencontainers.image.version": "0.13.9"
}

Looks like you're using Portainer, you should ask there: https://github.com/portainer/portainer

ririko5834 commented 2 years ago

You can upgrade AnonAddy automatically through the UI, it works well.

Where can I do it?