Browse Source

ubuntu:24.04

lushdog@outlook.com 5 months ago
parent
commit
3516900571
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM debian:bullseye-slim
+FROM ubuntu:24.04
 
 
 RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*
 RUN apt update && apt install -y ca-certificates && rm -rf /var/lib/apt/lists/*