Skip to content

Commit

Permalink
使用 alpine 3.15 仓库中的 opentracker 0_git20180526-r0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 17, 2023
1 parent 8e53ea6 commit 17bf749
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache-new
tags: |
ryjer/opentracker:20180526
ryjer/opentracker:20180526-r0
ryjer/opentracker:20180526-alpine3.15.10
ryjer/opentracker:20180526-alpine3.15
ryjer/opentracker:alpine3.15
ryjer/opentracker:alpine3.15.10
ryjer/opentracker:20210823
ryjer/opentracker:20210823-r0
ryjer/opentracker:20210823-alpine3.16.7
ryjer/opentracker:20210823-alpine3.16
ryjer/opentracker:alpine3.16
ryjer/opentracker:alpine3.16.7
# 处理缓存无限增大问题的临时修复,以防出现问题。(等待github官方修复)
#- name: Move cache
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.10
FROM alpine:3.16.7

# 创建配置目录,安装 curl 健康检查使用
RUN apk add --no-cache opentracker
Expand Down

0 comments on commit 17bf749

Please sign in to comment.