ci: updated java11 Dockerfile

This commit is contained in:
Geoff Bourne 2021-05-21 17:33:26 -05:00
parent af77b29509
commit 6c94e49732

View file

@ -1,4 +1,4 @@
FROM adoptopenjdk:16-jre
FROM adoptopenjdk:11-jre
LABEL org.opencontainers.image.authors="Geoff Bourne <itzgeoff@gmail.com>"