diff --git a/Dockerfile b/Dockerfile index 993bd37..b78f035 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.0-alpine@sha256:81362dd1ee15848b118895328e56041149e1521310f238ed5b2cdefe674e6dbf AS base +FROM python:3.13.0-alpine@sha256:92e0e7f0e119e631e5d08a77bab4e2f35a93c727057cae6528d58880f8e77f6e AS base LABEL maintainer="DeadNews " ENV PIP_DEFAULT_TIMEOUT=100 \ diff --git a/Dockerfile.pypy b/Dockerfile.pypy index 208756a..fe32dbe 100644 --- a/Dockerfile.pypy +++ b/Dockerfile.pypy @@ -1,4 +1,4 @@ -FROM pypy:3.10-slim@sha256:a8573426a607954e58826804a3a795daf73fad4a40cc72eae0d4f49f4dcfa68e AS base +FROM pypy:3.10-slim@sha256:048c398ae781dd3d325b45fd089831e1fc29b5672bb4468dd6a3dacc461d3049 AS base LABEL maintainer="DeadNews " ENV PIP_DEFAULT_TIMEOUT=100 \