1
0
mirror of synced 2026-03-12 21:53:56 +00:00

Updating Medley docker image to Ubuntu 24.04 rather than 22.04

This commit is contained in:
Frank Halasz
2026-02-25 22:03:13 -08:00
parent 1569a27209
commit 8ca26f68cc

View File

@@ -7,7 +7,7 @@
#
# ******************************************************************************
FROM ubuntu:22.04
FROM ubuntu:24.04
ARG TARGETPLATFORM
# Handle ARGs, ENV variables, and LABELs