chore(deps): update ghcr.io/blacktirion/email-oauth2-proxy-docker docker tag to v2024.06.17 (#3808)

This commit is contained in:
renovate[bot] 2024-06-17 03:57:37 +00:00 committed by GitHub
parent aa5178bc9b
commit b41ac32c32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 11 deletions

View File

@ -6,19 +6,13 @@
"no_gui": true,
"port": 1999,
"id": "email-oauth2-proxy",
"tipi_version": 7,
"version": "2024.04.24",
"categories": [
"utilities",
"security"
],
"tipi_version": 8,
"version": "2024.06.17",
"categories": ["utilities", "security"],
"description": "Transparently add OAuth 2.0 support to IMAP/POP/SMTP client applications, scripts or any other email use-cases that don't support this authentication method.",
"short_desc": "OAuth Proxy for IMAP/POP/SMTP.",
"author": "simonrob",
"source": "https://github.com/simonrob/email-oauth2-proxy",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -3,7 +3,7 @@ version: "3.9"
services:
email-oauth2-proxy:
container_name: email-oauth2-proxy
image: ghcr.io/blacktirion/email-oauth2-proxy-docker:2024.04.24
image: ghcr.io/blacktirion/email-oauth2-proxy-docker:2024.06.17
ports:
- ${APP_PORT}:80
restart: unless-stopped