Skip to content

Commit

Permalink
chore(deps): update docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 1c3bc31 commit 2c643c8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- httpbin.localtest.me

gitea:
image: gitea/gitea:1.22.3
image: gitea/gitea:1.22.6
container_name: gitea
environment:
- USER_UID=1000
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.5.16
image: gcr.io/etcd-development/etcd:v3.5.17
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
# Reverse proxy
gateway:
container_name: traefik
image: traefik:v2.11.13
image: traefik:v2.11.18
volumes:
- "./traefik:/etc/traefik"
ports:
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.5.16
image: gcr.io/etcd-development/etcd:v3.5.17
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379
Expand Down

0 comments on commit 2c643c8

Please sign in to comment.