Skip to content

Commit

Permalink
Update Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
bstaletic committed Aug 28, 2024
1 parent aa2bd2d commit 3160fcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/docker/ci/image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:22.04
FROM ubuntu:24.04

ENV DEBIAN_FRONTEND=noninteractive
ENV LC_ALL C.UTF-8
Expand All @@ -19,7 +19,6 @@ RUN apt-get update && \
libncurses5-dev libncursesw5-dev && \
mkdir -p /etc/apt/keyrings && \
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" > /etc/apt/sources.list.d/nodesource.list && \
apt-get update && apt-get -y upgrade && apt-get -y --no-install-recommends install \
git \
build-essential \
Expand Down

0 comments on commit 3160fcf

Please sign in to comment.