Re-enable eclipse temurin docker builds.

See https://github.com/adoptium/temurin/issues/8
This commit is contained in:
Kavin 2023-10-12 18:07:42 +01:00
parent 2a9055d82e
commit f1f4fd18b3
No known key found for this signature in database
GPG key ID: 6E4598CA5C92C41F
4 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jre
FROM eclipse-temurin:21-jre
RUN --mount=type=cache,target=/var/cache/apt/ \
apt-get update && \