dependabot[bot]
1 天之前
committed by
GitHub
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID: B5690EEEBB952194
共有
1 個文件被更改,包括
1 次插入 和
1 次删除
-
docker/dev/Dockerfile
|
|
@@ -1,5 +1,5 @@ |
|
|
|
# use latest python alpine image. |
|
|
|
FROM python:3.12.7-alpine3.20 |
|
|
|
FROM python:3.13.0-alpine3.20 |
|
|
|
|
|
|
|
# install system dependencies. |
|
|
|
RUN apk update && apk add --no-cache \ |
|
|
|