Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 15, 2021
1 parent 0916572 commit 0e481ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deployments/api/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'
services:
# 管理员接口
admin-api:
image: alpine:3.12
image: alpine:3.13
restart: always
ports:
- 9001:80
Expand Down Expand Up @@ -42,7 +42,7 @@ services:

# 用户接口
user-api:
image: alpine:3.12
image: alpine:3.13
restart: always
ports:
- 9002:80
Expand Down Expand Up @@ -82,7 +82,7 @@ services:

# 资源接口
resource-api:
image: alpine:3.12
image: alpine:3.13
restart: always
ports:
- 9003:80
Expand All @@ -97,7 +97,7 @@ services:

# 客服接口
customer-service-api:
image: alpine:3.12
image: alpine:3.13
restart: always
ports:
- 9004:80
Expand All @@ -123,7 +123,7 @@ services:

# 消息队列
message-queue:
image: alpine:3.12
image: alpine:3.13
restart: always
working_dir: /app
volumes:
Expand Down Expand Up @@ -152,7 +152,7 @@ services:

# 定时任务
scheduled:
image: alpine:3.12
image: alpine:3.13
restart: always
working_dir: /app
volumes:
Expand Down

0 comments on commit 0e481ca

Please sign in to comment.