File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
# Dockerfile.nginx to use the caching mechanism of Docker.
6
6
7
7
# Ref: https://devguide.python.org/#branchstatus
8
- FROM python:3.11.9 -alpine3.20@sha256:df44c0c0761ddbd6388f4549cab42d24d64d257c2a960ad5b276bb7dab9639c7 AS base
8
+ FROM python:3.12.5 -alpine3.20@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de AS base
9
9
FROM base AS build
10
10
WORKDIR /app
11
11
RUN \
Original file line number Diff line number Diff line change 5
5
# Dockerfile.nginx to use the caching mechanism of Docker.
6
6
7
7
# Ref: https://devguide.python.org/#branchstatus
8
- FROM python:3.11.9 -slim-bookworm@sha256:8c1036ec919826052306dfb5286e4753ffd9d5f6c24fbc352a5399c3b405b57e AS base
8
+ FROM python:3.12.5 -slim-bookworm@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c AS base
9
9
FROM base AS build
10
10
WORKDIR /app
11
11
RUN \
Original file line number Diff line number Diff line change 2
2
# code: language=Dockerfile
3
3
4
4
FROM openapitools/openapi-generator-cli:v7.8.0@sha256:c409bfa9b276faf27726d2884b859d18269bf980cb63546e80b72f3b2648c492 AS openapitools
5
- FROM python:3.11.9 -slim-bookworm@sha256:8c1036ec919826052306dfb5286e4753ffd9d5f6c24fbc352a5399c3b405b57e AS build
5
+ FROM python:3.12.5 -slim-bookworm@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c AS build
6
6
WORKDIR /app
7
7
RUN \
8
8
apt-get -y update && \
Original file line number Diff line number Diff line change 5
5
# Dockerfile.django-alpine to use the caching mechanism of Docker.
6
6
7
7
# Ref: https://devguide.python.org/#branchstatus
8
- FROM python:3.11.9 -alpine3.20@sha256:df44c0c0761ddbd6388f4549cab42d24d64d257c2a960ad5b276bb7dab9639c7 AS base
8
+ FROM python:3.12.5 -alpine3.20@sha256:c2f41e6a5a67bc39b95be3988dd19fbd05d1b82375c46d9826c592cca014d4de AS base
9
9
FROM base AS build
10
10
WORKDIR /app
11
11
RUN \
Original file line number Diff line number Diff line change 5
5
# Dockerfile.django-debian to use the caching mechanism of Docker.
6
6
7
7
# Ref: https://devguide.python.org/#branchstatus
8
- FROM python:3.11.9 -slim-bookworm@sha256:8c1036ec919826052306dfb5286e4753ffd9d5f6c24fbc352a5399c3b405b57e AS base
8
+ FROM python:3.12.5 -slim-bookworm@sha256:59c7332a4a24373861c4a5f0eec2c92b87e3efeb8ddef011744ef9a751b1d11c AS base
9
9
FROM base AS build
10
10
WORKDIR /app
11
11
RUN \
You can’t perform that action at this time.
0 commit comments