Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Hartorn/docker-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ea94f8453be0f55f601661ebf0e7f9604589d116
Choose a base ref
..
head repository: Hartorn/docker-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f8d7f5dacf4ad090a87cca04f49c4fcf0a2fa30
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +1 −1 dockerfiles/3.7/cpu/Dockerfile
  2. +1 −1 dockerfiles/3.8/cpu/Dockerfile
  3. +1 −1 dockerfiles/3.9-rc/cpu/Dockerfile
2 changes: 1 addition & 1 deletion dockerfiles/3.7/cpu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY MANUALLY
# GENERATED FROM SCRIPTS
FROM ubuntu:24.04@sha256:a68b7d8b873b955e10337a18c79334a9d95dced834f85714890aa5ed7f6b2692
FROM ubuntu:24.04@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee

# Avoid tzdata interactive action
ENV DEBIAN_FRONTEND noninteractive
2 changes: 1 addition & 1 deletion dockerfiles/3.8/cpu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY MANUALLY
# GENERATED FROM SCRIPTS
FROM ubuntu:24.04@sha256:a68b7d8b873b955e10337a18c79334a9d95dced834f85714890aa5ed7f6b2692
FROM ubuntu:24.04@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee

# Avoid tzdata interactive action
ENV DEBIAN_FRONTEND noninteractive
2 changes: 1 addition & 1 deletion dockerfiles/3.9-rc/cpu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DO NOT MODIFY MANUALLY
# GENERATED FROM SCRIPTS
FROM ubuntu:24.04@sha256:a68b7d8b873b955e10337a18c79334a9d95dced834f85714890aa5ed7f6b2692
FROM ubuntu:24.04@sha256:8a37d68f4f73ebf3d4efafbcf66379bf3728902a8038616808f04e34a9ab63ee

# Avoid tzdata interactive action
ENV DEBIAN_FRONTEND noninteractive