Skip to content

Commit f4e97d9

Browse files
committed
Update the docker image to python3.12
Change-Id: I2120ac8d27bcefffa0b414cb74871922ccd2ad80 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
1 parent e4d621d commit f4e97d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)