Skip to content

Commit

Permalink
Updated Tags for docker images, fixes issue #417
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabotti committed Jan 24, 2024
1 parent be17de5 commit c7f45f9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion compose/dashboard-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- apisix

etcd:
image: bitnami/etcd:3.4.9
image: bitnami/etcd:3.5.11
user: root
restart: always
volumes:
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- apisix

etcd:
image: bitnami/etcd:3.4.9
image: bitnami/etcd:3.5.11
user: root
restart: always
volumes:
Expand Down
2 changes: 1 addition & 1 deletion compose/docker-compose-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- apisix

etcd:
image: bitnami/etcd:3.4.9
image: bitnami/etcd:3.5.11
user: root
restart: always
volumes:
Expand Down
2 changes: 1 addition & 1 deletion example/docker-compose-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
apisix:

web1:
image: nginx:1.19.0-alpine
image: nginx:1.25.3-alpine
restart: always
volumes:
- ./upstream/web1.conf:/etc/nginx/nginx.conf
Expand Down
8 changes: 4 additions & 4 deletions example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ services:
apisix:

web1:
image: nginx:1.19.0-alpine
image: nginx:1.25.3-alpine
restart: always
volumes:
- ./upstream/web1.conf:/etc/nginx/nginx.conf
Expand All @@ -63,7 +63,7 @@ services:
apisix:

web2:
image: nginx:1.19.0-alpine
image: nginx:1.25.3-alpine
restart: always
volumes:
- ./upstream/web2.conf:/etc/nginx/nginx.conf
Expand All @@ -75,7 +75,7 @@ services:
apisix:

prometheus:
image: prom/prometheus:v2.25.0
image: prom/prometheus:v2.45.3
restart: always
volumes:
- ./prometheus_conf/prometheus.yml:/etc/prometheus/prometheus.yml
Expand All @@ -85,7 +85,7 @@ services:
apisix:

grafana:
image: grafana/grafana:7.3.7
image: grafana/grafana:10.3.1
restart: always
ports:
- "3000:3000"
Expand Down

0 comments on commit c7f45f9

Please sign in to comment.