bump base images

This commit is contained in:
t3chn0m4g3
2024-11-26 17:05:30 +01:00
parent d28fcb6a22
commit 5cdf018adf
5 changed files with 9 additions and 23 deletions

View File

@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04
ENV DEBIAN_FRONTEND noninteractive
ENV ES_VER=8.14.2
#
@ -8,6 +8,7 @@ COPY dist/ /root/dist/
# Install packages
RUN apt-get update -y && \
apt-get install -y \
adduser \
aria2 \
curl && \
#