We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc47ad commit 388fa7eCopy full SHA for 388fa7e
Makefile
@@ -1,4 +1,4 @@
1
-NGINX_PLUS_VERSION=r25
+NGINX_PLUS_VERSION=r26
2
DOCKER_NETWORK?=test
3
DOCKER_NETWORK_ALIAS=nginx-plus-test
4
DOCKER_NGINX_PLUS?=nginx-plus
docker/Dockerfile
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3
-FROM debian:buster-slim
+FROM debian:bullseye-slim
LABEL maintainer="NGINX Docker Maintainers <docker-maint@nginx.com>"
5
0 commit comments