* FIX [dockerfile] adapt to new github runner again

Signed-off-by: jaylin <jaylin@emqx.io>
This commit is contained in:
jaylin
2025-05-06 11:47:31 +08:00
committed by Jaylin
parent 25f58b71d9
commit f3ec4b5399

View File

@ -1,4 +1,4 @@
FROM ubuntu:20.04
FROM ubuntu:22.04
COPY nanomq-*-full.deb ./
COPY deploy/docker/docker-entrypoint.sh /usr/bin/docker-entrypoint.sh