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:ab45bd32143151fe060d48218b91df43a289166e72ec7877823b1c972580bed3 AS base
8+ FROM python:3.13.11-alpine3.22@sha256:bd1f3d92303f436df1a1fcfda26063021d2f9e17979bb6d0dc92b0ba9fd430a2 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:ab45bd32143151fe060d48218b91df43a289166e72ec7877823b1c972580bed3 AS base
8+ FROM python:3.13.11-alpine3.22@sha256:bd1f3d92303f436df1a1fcfda26063021d2f9e17979bb6d0dc92b0ba9fd430a2 AS base
99FROM base AS build
1010WORKDIR /app
1111RUN \
You can’t perform that action at this time.
0 commit comments