dependabot[bot]
1 dia atrás
committed by
GitHub
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG: B5690EEEBB952194
1 arquivos alterados com
1 adições e
1 exclusões
-
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 \ |
|
|
|