Skip to content

Commit

Permalink
Merge pull request #195 from aipeach/patch-2
Browse files Browse the repository at this point in the history
Update 升级docker镜像py版本
  • Loading branch information
AirportR authored Jun 27, 2024
2 parents 595132a + d1a1fdc commit 3a05185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM airportr/fulltclash:debian AS compile-image

FROM python:3.11.7-slim-bookworm
FROM python:3.11.9-slim-bookworm

ARG GIT_Branch
ENV GIT_Branch=$GIT_Branch
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM airportr/fulltclash:alpine AS compile-image

FROM python:3.11.7-alpine3.19
FROM python:3.11.9-alpine3.20

ARG GIT_Branch
ENV GIT_Branch=$GIT_Branch
Expand Down

0 comments on commit 3a05185

Please sign in to comment.