version bump

This commit is contained in:
Kameron Kenny 2024-06-05 18:39:49 -04:00
parent 69c8ba8790
commit 2aa9a32819
No known key found for this signature in database
GPG Key ID: E5006629839D2276
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM prom/prometheus
LABEL version="20240605.1.2"
LABEL description="bind9 primary nameserver"
LABEL version="20240605.1.3"
LABEL description="prometheus"
RUN mkdir -p /etc/prometheus
COPY prometheus/prometheus.yml /etc/prometheus

View File

@ -10,7 +10,7 @@ services:
prometheus:
build:
dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240605.1.2
image: docker-registry1.in.thelinuxpro.net:5000/tlp/prometheus:240605.1.3
container_name: prometheus
command: '--config.file=/etc/prometheus/prometheus.yml'
restart: unless-stopped