Skip to content

Commit

Permalink
chore: use 'eclipse-temurin:11' as the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Dec 13, 2022
1 parent e3e8340 commit f8c7ad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM adoptopenjdk/openjdk11:latest as baseequella
FROM eclipse-temurin:11 as baseequella

# Install needed tools to install and run openEQUELLA, clean up the apt cache afterwards.

Expand Down

0 comments on commit f8c7ad0

Please sign in to comment.