File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55# Dockerfile.nginx to use the caching mechanism of Docker.
66
77# Ref: https://devguide.python.org/#branchstatus
8- FROM python:3.13.11-alpine3.22@sha256:bd1f3d92303f436df1a1fcfda26063021d2f9e17979bb6d0dc92b0ba9fd430a2 AS base
8+ FROM python:3.13.11-alpine3.22@sha256:2fd93799bfc6381d078a8f656a5f45d6092e5d11d16f55889b3d5cbfdc64f045 AS base
99FROM base AS build
1010WORKDIR /app
1111RUN \
Original file line number Diff line number Diff line change 55# Dockerfile.django-alpine to use the caching mechanism of Docker.
66
77# Ref: https://devguide.python.org/#branchstatus
8- FROM python:3.13.11-alpine3.22@sha256:bd1f3d92303f436df1a1fcfda26063021d2f9e17979bb6d0dc92b0ba9fd430a2 AS base
8+ FROM python:3.13.11-alpine3.22@sha256:2fd93799bfc6381d078a8f656a5f45d6092e5d11d16f55889b3d5cbfdc64f045 AS base
99FROM base AS build
1010WORKDIR /app
1111RUN \
You can’t perform that action at this time.
0 commit comments