Update Docker images used for launch script tests

Closes gh-24349
This commit is contained in:
Scott Frederick
2023-07-24 15:43:49 -05:00
parent 45f685f3fc
commit 90be62bc7a
5 changed files with 3 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:focal-20211006
FROM ubuntu:jammy-20230624
RUN apt-get update && \
apt-get install -y software-properties-common curl && \
mkdir -p /opt/oraclejdk && \