Explorar el Código

Update base Docker image

DarthSim hace 10 meses
padre
commit
e56a360ed7
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      docker/Dockerfile

+ 3 - 3
docker/Dockerfile

@@ -1,4 +1,4 @@
-ARG BASE_IMAGE_VERSION="v3.9.1"
+ARG BASE_IMAGE_VERSION="v3.10.0"
 
 FROM darthsim/imgproxy-base:${BASE_IMAGE_VERSION}
 
@@ -11,12 +11,12 @@ RUN docker/build.sh
 # ==================================================================================================
 # Final image
 
-FROM ubuntu:mantic
+FROM ubuntu:noble
 LABEL maintainer="Sergey Alexandrovich <darthsim@gmail.com>"
 
 RUN apt-get update \
   && apt-get upgrade -y \
-  && apt-get install -y --no-install-recommends \
+  && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
     bash \
     ca-certificates \
     libstdc++6 \