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

This commit is contained in:
renovate[bot] 2024-01-22 21:39:51 +00:00 committed by GitHub
parent 0a333156a8
commit 1a026af980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 5 deletions

View File

@ -6,8 +6,8 @@
"no_gui": true, "no_gui": true,
"port": 1999, "port": 1999,
"id": "email-oauth2-proxy", "id": "email-oauth2-proxy",
"tipi_version": 1, "tipi_version": 2,
"version": "2024.01.04", "version": "2024.01.22",
"categories": [ "categories": [
"utilities", "utilities",
"security" "security"
@ -17,5 +17,8 @@
"author": "simonrob", "author": "simonrob",
"source": "https://github.com/simonrob/email-oauth2-proxy", "source": "https://github.com/simonrob/email-oauth2-proxy",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

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