Browse Source

[docker] Update docker image base to ubuntu 24.04

Cameron Cross 6 months ago
parent
commit
b05d50cf41
1 changed files with 1 additions and 1 deletions
  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"
 ENV DEBIAN_FRONTEND="noninteractive"
 RUN apt-get update && apt-get install -y \
 RUN apt-get update && apt-get install -y \