Skip to content

Commit 6e4c287

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update the docker image to python3.12"
2 parents 0208a24 + f4e97d9 commit 6e4c287

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
16+
FROM docker.io/opendevorg/python-builder:3.12-bookworm AS builder
1717

1818
COPY . /tmp/src
1919
RUN assemble
2020

21-
FROM docker.io/opendevorg/python-base:3.11-bookworm
21+
FROM docker.io/opendevorg/python-base:3.12-bookworm
2222

2323
COPY --from=builder /output/ /output
2424
RUN /output/install-from-bindep

0 commit comments

Comments
 (0)