Update Ubuntu images to 24.04

We don't have any specific reason to stay on 18.04, so upgrade to the
latest LTS version.
This commit is contained in:
Trevor Gross 2024-10-06 00:07:55 -05:00
parent 42683081e5
commit 0be441d5ad
13 changed files with 21 additions and 13 deletions

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc-multilib libc6-dev ca-certificates

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
ca-certificates \

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,4 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \

View file

@ -1,4 +1,5 @@
FROM ubuntu:18.04
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates