Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AirportR committed Jul 2, 2024
2 parents fd42d28 + 3a05185 commit 6231bd5
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 6231bd5

Please sign in to comment.