Update ubuntu Docker tag to v24 #4

Merged
tommy merged 1 commit from renovate/ubuntu-24.x into master 2024-07-16 08:06:28 +00:00

View file

@ -13,7 +13,7 @@
# limitations under the License.
# Use the official Docker Hub Ubuntu 20.04 base image
FROM ubuntu:20.04
FROM ubuntu:24.04
# Update the base image
ENV DEBIAN_FRONTEND=noninteractive