Skip to content

Commit 3a05185

Browse files
authored
Merge pull request #195 from aipeach/patch-2
Update 升级docker镜像py版本
2 parents 595132a + d1a1fdc commit 3a05185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM airportr/fulltclash:debian AS compile-image
22

3-
FROM python:3.11.7-slim-bookworm
3+
FROM python:3.11.9-slim-bookworm
44

55
ARG GIT_Branch
66
ENV GIT_Branch=$GIT_Branch

Diff for: docker/Dockerfile.alpine

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM airportr/fulltclash:alpine AS compile-image
22

3-
FROM python:3.11.7-alpine3.19
3+
FROM python:3.11.9-alpine3.20
44

55
ARG GIT_Branch
66
ENV GIT_Branch=$GIT_Branch

0 commit comments

Comments
 (0)