From 2fd80e372ff38707af66e354b1025c621bff3a5c Mon Sep 17 00:00:00 2001 From: Felix Golatofski Date: Sat, 3 Jul 2021 13:06:56 +0200 Subject: [PATCH] Updated docker version tags --- base.yml | 6 +++--- compose/production/postgres/Dockerfile | 2 +- compose/production/tor/Dockerfile | 2 +- compose/production/traefik/Dockerfile | 2 +- extra/bitwarden.yml | 2 +- extra/elasticsearch.yml | 2 +- extra/guacamole.yml | 4 ++-- extra/rocketchat.yml | 4 ++-- extra/syncthing.yml | 2 +- extra/wazuh.yml | 4 ++-- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/base.yml b/base.yml index 035a6e8..6515dcc 100644 --- a/base.yml +++ b/base.yml @@ -51,7 +51,7 @@ services: # context: . # dockerfile: ./compose/production/traefik/Dockerfile #image: mistborn_production_traefik - image: traefik:v2.2 + image: traefik:v2.4.9 container_name: mistborn_production_traefik depends_on: - django @@ -85,7 +85,7 @@ services: restart: unless-stopped redis: - image: redis:5.0 + image: redis:6.2-alpine container_name: mistborn_production_redis restart: unless-stopped @@ -158,7 +158,7 @@ services: pihole: container_name: mistborn_production_pihole - image: pihole/pihole:v5.7 + image: pihole/pihole:v5.8 env_file: - ./.envs/.production/.pihole ports: diff --git a/compose/production/postgres/Dockerfile b/compose/production/postgres/Dockerfile index 7cf4173..c37f89c 100644 --- a/compose/production/postgres/Dockerfile +++ b/compose/production/postgres/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:11.3 +FROM postgres:13.3-alpine COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance RUN chmod +x /usr/local/bin/maintenance/* diff --git a/compose/production/tor/Dockerfile b/compose/production/tor/Dockerfile index 11f8bb8..d7821c9 100644 --- a/compose/production/tor/Dockerfile +++ b/compose/production/tor/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM alpine:3.14.0 RUN apk update \ && apk upgrade \ diff --git a/compose/production/traefik/Dockerfile b/compose/production/traefik/Dockerfile index 04c5f93..8fad7ed 100644 --- a/compose/production/traefik/Dockerfile +++ b/compose/production/traefik/Dockerfile @@ -1,4 +1,4 @@ -FROM traefik:v2.2 +FROM traefik:v2.4.9 RUN mkdir -p /etc/traefik/acme RUN touch /etc/traefik/acme/acme.json RUN chmod 600 /etc/traefik/acme/acme.json diff --git a/extra/bitwarden.yml b/extra/bitwarden.yml index cd66424..5bfa126 100644 --- a/extra/bitwarden.yml +++ b/extra/bitwarden.yml @@ -2,7 +2,7 @@ version: '3' services: bitwarden: - image: bitwardenrs/server:latest + image: vaultwarden/server:latest container_name: mistborn_production_bitwarden env_file: - ../.envs/.production/.bitwarden diff --git a/extra/elasticsearch.yml b/extra/elasticsearch.yml index c1a3a70..ffac4d9 100644 --- a/extra/elasticsearch.yml +++ b/extra/elasticsearch.yml @@ -3,7 +3,7 @@ version: '3.7' services: elasticsearch: - image: amazon/opendistro-for-elasticsearch:1.12.0 + image: amazon/opendistro-for-elasticsearch:1.13.2 hostname: elasticsearch restart: unless-stopped ports: diff --git a/extra/guacamole.yml b/extra/guacamole.yml index 59a83ac..532627b 100644 --- a/extra/guacamole.yml +++ b/extra/guacamole.yml @@ -5,7 +5,7 @@ services: # guacd guacd: container_name: mistborn_production_guacd - image: guacamole/guacd + image: guacamole/guacd:latest networks: guacnetwork: restart: unless-stopped @@ -53,7 +53,7 @@ services: #GUACAMOLE_HOME: /config env_file: - ../.envs/.production/.guacamole - image: guacamole/guacamole + image: guacamole/guacamole:latest links: - guacd networks: diff --git a/extra/rocketchat.yml b/extra/rocketchat.yml index f3b85ed..d16c057 100644 --- a/extra/rocketchat.yml +++ b/extra/rocketchat.yml @@ -31,7 +31,7 @@ services: # - 3000:3000 mongo: - image: mongo:4.0 + image: mongo:4.4.6 container_name: mistborn_production_rocketchat_mongo restart: unless-stopped volumes: @@ -42,7 +42,7 @@ services: # this container's job is just run the command to initialize the replica set. # it will run the command and remove himself (it will not stay running) mongo-init-replica: - image: mongo + image: mongo:4.4.6 command: 'bash -c "for i in `seq 1 30`; do mongo mongo/rocketchat --eval \"rs.initiate({ _id: ''rs0'', members: [ { _id: 0, host: ''localhost:27017'' } ]})\" && s=$$? && break || s=$$?; echo \"Tried $$i times. Waiting 5 secs...\"; sleep 5; done; (exit $$s)"' depends_on: - mongo diff --git a/extra/syncthing.yml b/extra/syncthing.yml index f66bd73..a4ffe71 100644 --- a/extra/syncthing.yml +++ b/extra/syncthing.yml @@ -2,7 +2,7 @@ version: '3' services: syncthing: - image: linuxserver/syncthing + image: linuxserver/syncthing:latest container_name: mistborn_production_syncthing environment: - PUID=1000 diff --git a/extra/wazuh.yml b/extra/wazuh.yml index f7df12a..46f5d27 100644 --- a/extra/wazuh.yml +++ b/extra/wazuh.yml @@ -3,7 +3,7 @@ version: '3.7' services: wazuh: - image: wazuh/wazuh-odfe:4.1.2 + image: wazuh/wazuh-odfe:4.1.5 hostname: wazuh-manager restart: unless-stopped ports: @@ -29,7 +29,7 @@ services: - filebeat_var:/var/lib/filebeat wazuh-kibana: - image: wazuh/wazuh-kibana-odfe:4.1.2 + image: wazuh/wazuh-kibana-odfe:4.1.5 hostname: wazuh-kibana restart: unless-stopped labels: