-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
454c3a8
commit 6bb56f3
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.12.6-alpine@sha256:7130f75b1bb16c7c5d802782131b4024fe3d7a87ce7d936e8948c2d2e0180bc4 AS base | ||
FROM python:3.13.0-alpine@sha256:81362dd1ee15848b118895328e56041149e1521310f238ed5b2cdefe674e6dbf AS base | ||
LABEL maintainer="DeadNews <[email protected]>" | ||
|
||
ENV PIP_DEFAULT_TIMEOUT=100 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM pypy:3.10-slim@sha256:09f81f3f483ae4ad36ec3b254924776b537bd8ca0998f934b3b4fd4c83fa3094 AS base | ||
FROM pypy:3.10-slim@sha256:a8573426a607954e58826804a3a795daf73fad4a40cc72eae0d4f49f4dcfa68e AS base | ||
LABEL maintainer="DeadNews <[email protected]>" | ||
|
||
ENV PIP_DEFAULT_TIMEOUT=100 \ | ||
|