Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jippi/docker-pixelfed
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Jan 16, 2025
2 parents 795f512 + 42db7e4 commit 6c14a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ DOCKER_WORKER_HEALTHCHECK_INTERVAL="${DOCKER_ALL_DEFAULT_HEALTHCHECK_INTERVAL:?e
# @see https://hub.docker.com/r/nginxproxy/nginx-proxy
# @dottie/validate required
# @renovate datasource=docker depName=nginxproxy/nginx-proxy versioning=semver-coerced
DOCKER_PROXY_VERSION="1.4"
DOCKER_PROXY_VERSION="1.6.4"

# How often Docker health check should run for [proxy] service
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/set-recommended-versions
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ DOCKER_APP_PHP_VERSION="8.3"
DOCKER_APP_RELEASE="v0.14"

# @renovate datasource=docker depName=nginxproxy/nginx-proxy versioning=semver-coerced
DOCKER_PROXY_VERSION="1.4"
DOCKER_PROXY_VERSION="1.6.4"

# @renovate datasource=docker depName=redis versioning=semver-coerced
DOCKER_REDIS_VERSION="7.2"
Expand Down

0 comments on commit 6c14a92

Please sign in to comment.