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