Browse Source

[docker] Update docker image base to ubuntu 24.04

Cameron Cross 6 tháng trước cách đây
mục cha
commit
b05d50cf41
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docker/Dockerfile

+ 1 - 1
docker/Dockerfile

@@ -1,4 +1,4 @@
-FROM ubuntu:22.04
+FROM ubuntu:24.04
 
 ENV DEBIAN_FRONTEND="noninteractive"
 RUN apt-get update && apt-get install -y \