Merge pull request #15 from johndoe6345789/renovate/ubuntu-24.x

Update ubuntu Docker tag to v24
This commit is contained in:
2025-12-26 04:01:56 +00:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# Dockerfile for WizardMerge Backend with Drogon
FROM ubuntu:22.04
FROM ubuntu:24.04
# Install dependencies
RUN apt-get update && \