Update the docker image to python3.12
Change-Id: I2120ac8d27bcefffa0b414cb74871922ccd2ad80 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
e4d621d24f
commit
f4e97d9733
@ -13,12 +13,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-builder:3.11-bookworm as builder
|
FROM docker.io/opendevorg/python-builder:3.12-bookworm AS builder
|
||||||
|
|
||||||
COPY . /tmp/src
|
COPY . /tmp/src
|
||||||
RUN assemble
|
RUN assemble
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base:3.11-bookworm
|
FROM docker.io/opendevorg/python-base:3.12-bookworm
|
||||||
|
|
||||||
COPY --from=builder /output/ /output
|
COPY --from=builder /output/ /output
|
||||||
RUN /output/install-from-bindep
|
RUN /output/install-from-bindep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user