update version
This commit is contained in:
parent
741faed37b
commit
2d8f19ba15
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu/bind9:9.18-22.04_beta
|
FROM ubuntu/bind9:9.18-22.04_beta
|
||||||
|
|
||||||
LABEL version="20241218.1.1"
|
LABEL version="20241219.1.1"
|
||||||
LABEL description="bind9 primary nameserver"
|
LABEL description="bind9 primary nameserver"
|
||||||
|
|
||||||
ENV BIND_LIB_DIR=/var/lib/bind
|
ENV BIND_LIB_DIR=/var/lib/bind
|
||||||
|
|
|
@ -18,7 +18,7 @@ services:
|
||||||
container_name: ns1
|
container_name: ns1
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile.primary
|
dockerfile: Dockerfile.primary
|
||||||
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:241218.1.1
|
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:241219.1.1
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue