From 762ed9156359473941f25a858cf3252352d19d10 Mon Sep 17 00:00:00 2001 From: tefirman Date: Tue, 22 Oct 2024 00:15:00 -0700 Subject: [PATCH] Upgrading base image of STAR --- star/Dockerfile_2.7.6a | 10 +++++----- star/Dockerfile_latest | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/star/Dockerfile_2.7.6a b/star/Dockerfile_2.7.6a index 87e3164..42e00d9 100644 --- a/star/Dockerfile_2.7.6a +++ b/star/Dockerfile_2.7.6a @@ -1,6 +1,6 @@ # Using the Ubuntu base image -FROM ubuntu:noble-20240114 +FROM ubuntu:oracular-20241009 # Adding labels for the GitHub Container Registry LABEL org.opencontainers.image.title="star" @@ -14,10 +14,10 @@ LABEL org.opencontainers.image.licenses=MIT # Installing prerequisites RUN apt-get update \ - && apt-get install -y --no-install-recommends build-essential=12.10ubuntu1 wget=1.21.4-1ubuntu4 \ - zlib1g-dev=1:1.3.dfsg-3.1ubuntu2 autoconf=2.71-3 automake=1:1.16.5-1.3ubuntu1 \ - libncurses-dev=6.4+20240113-1ubuntu2 libbz2-dev=1.0.8-5.1 liblzma-dev=5.6.1+really5.4.5-1 \ - libssl-dev=3.0.13-0ubuntu3.1 libcurl4-gnutls-dev=8.5.0-2ubuntu10.1 xxd=2:9.1.0016-1ubuntu7 \ + && apt-get install -y --no-install-recommends build-essential=12.10ubuntu1 wget=1.24.5-1ubuntu2 \ + zlib1g-dev=1:1.3.dfsg+really1.3.1-1ubuntu1 autoconf=2.72-3 automake=1:1.16.5-1.3ubuntu1 \ + libncurses-dev=6.5-2 libbz2-dev=1.0.8-6 liblzma-dev=5.6.2-2 libssl-dev=3.3.1-2ubuntu2 \ + libcurl4-gnutls-dev=8.9.1-2ubuntu2 xxd=2:9.1.0496-1ubuntu6 \ && rm -rf /var/lib/apt/lists/* # Pulling and extracting STAR source code diff --git a/star/Dockerfile_latest b/star/Dockerfile_latest index ce562eb..c0ffe70 100644 --- a/star/Dockerfile_latest +++ b/star/Dockerfile_latest @@ -1,6 +1,6 @@ # Using the Ubuntu base image -FROM ubuntu:noble-20240114 +FROM ubuntu:oracular-20241009 # Adding labels for the GitHub Container Registry LABEL org.opencontainers.image.title="star" @@ -14,10 +14,10 @@ LABEL org.opencontainers.image.licenses=MIT # Installing prerequisites RUN apt-get update \ - && apt-get install -y --no-install-recommends build-essential=12.10ubuntu1 wget=1.21.4-1ubuntu4 \ - zlib1g-dev=1:1.3.dfsg-3.1ubuntu2 autoconf=2.71-3 automake=1:1.16.5-1.3ubuntu1 \ - libncurses-dev=6.4+20240113-1ubuntu2 libbz2-dev=1.0.8-5.1 liblzma-dev=5.6.1+really5.4.5-1 \ - libssl-dev=3.0.13-0ubuntu3.1 libcurl4-gnutls-dev=8.5.0-2ubuntu10.1 xxd=2:9.1.0016-1ubuntu7 \ + && apt-get install -y --no-install-recommends build-essential=12.10ubuntu1 wget=1.24.5-1ubuntu2 \ + zlib1g-dev=1:1.3.dfsg+really1.3.1-1ubuntu1 autoconf=2.72-3 automake=1:1.16.5-1.3ubuntu1 \ + libncurses-dev=6.5-2 libbz2-dev=1.0.8-6 liblzma-dev=5.6.2-2 libssl-dev=3.3.1-2ubuntu2 \ + libcurl4-gnutls-dev=8.9.1-2ubuntu2 xxd=2:9.1.0496-1ubuntu6 \ && rm -rf /var/lib/apt/lists/* # Pulling and extracting STAR source code