Skip to content

Commit

Permalink
container: use eclipse-temurin as base
Browse files Browse the repository at this point in the history
`openjdk` has been deprecated in favor of `eclipse-temurin`.

<https://hub.docker.com/_/eclipse-temurin>
  • Loading branch information
easye committed Nov 19, 2023
1 parent 92cbc24 commit f36780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/openjdk:17-bullseye
FROM docker.io/eclipse-temurin:17

RUN (export DEBIAN_FRONTEND='noninteractive' && \
apt-get update && \
Expand Down

0 comments on commit f36780a

Please sign in to comment.