Upgrade to bullseye

This commit is contained in:
baudneo
2022-10-30 23:26:52 -06:00
parent 361dfe6795
commit c935714d3c
6 changed files with 35 additions and 31 deletions

View File

@@ -3,7 +3,7 @@
# This file assumes that the frontend has been built using ./scripts/frontend-build
FROM baudneo/nginx-full:certbot-node
FROM baudneo/nginx-full:bullseye-certbot-node
ARG TARGETPLATFORM
ARG BUILD_VERSION
@@ -72,4 +72,4 @@ LABEL org.label-schema.schema-version="1.0" \
org.label-schema.description="Docker container for managing Nginx proxy hosts with a simple, powerful interface " \
org.label-schema.url="https://github.com/baudneo/nginx-proxy-manager" \
org.label-schema.vcs-url="https://github.com/baudneo/nginx-proxy-manager.git" \
org.label-schema.cmd="docker run --rm -ti baudneo/nginx-proxy-manager:${BASE_TAG:-latest}"
org.label-schema.cmd="docker run --rm -ti baudneo/nginx-proxy-manager:${BASE_TAG:-bullseye}"