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