Skip to content

Commit

Permalink
使用 alpine 3.17 仓库中的 opentracker 0_git20180526-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryjer committed Sep 17, 2023
1 parent 17bf749 commit e3ae263
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache-new
tags: |
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
ryjer/opentracker:20210823-r1
ryjer/opentracker:20210823-alpine3.17.5
ryjer/opentracker:20210823-alpine3.17
ryjer/opentracker:alpine3.17
ryjer/opentracker:alpine3.17.5
# 处理缓存无限增大问题的临时修复,以防出现问题。(等待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.16.7
FROM alpine:3.17.5

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

0 comments on commit e3ae263

Please sign in to comment.