Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade Docker builds and runtime to 22.04
Browse files Browse the repository at this point in the history
jcschaff committed Feb 11, 2024
1 parent fd47480 commit a043457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as build
FROM ubuntu:22.04 as build

RUN apt-get -y update && apt-get install -y apt-utils && \
apt-get install -y -qq -o=Dpkg::Use-Pty=0 build-essential gfortran zlib1g-dev \
@@ -67,7 +67,7 @@ RUN /usr/bin/cmake \
ctest


FROM eclipse-temurin:17 as jre-build
FROM eclipse-temurin:17-jammy as jre-build

# Create a custom Java runtime
RUN $JAVA_HOME/bin/jlink \

0 comments on commit a043457

Please sign in to comment.