bump version

This commit is contained in:
Kameron Kenny 2024-05-13 08:24:31 -04:00
parent d8a8e77499
commit 604a9a6c10
No known key found for this signature in database
GPG Key ID: E5006629839D2276
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
FROM ubuntu/bind9:9.18-22.04_beta
LABEL version="20240426.1.1"
LABEL version="20240513.1.1"
LABEL description="bind9 primary nameserver"
ENV BIND_LIB_DIR=/var/lib/bind

View File

@ -1,6 +1,6 @@
FROM ubuntu/bind9:9.18-22.04_beta
LABEL version="20240421.1.1"
LABEL version="20240513.1.1"
LABEL description="bind9 secondary nameserver"
ENV BIND_LIB_DIR=/var/lib/bind

View File

@ -18,7 +18,7 @@ services:
container_name: ns1
build:
dockerfile: Dockerfile.primary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240426.1
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-primary:240513.1.1
restart: always
user: root
environment:
@ -41,7 +41,7 @@ services:
container_name: ns2
build:
dockerfile: Dockerfile.secondary
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240423.1
image: docker-registry1.in.thelinuxpro.net:5000/tlp/bind9-secondary:240513.1.1
restart: always
user: root
environment: