Skip to content

Commit

Permalink
Update Base Image
Browse files Browse the repository at this point in the history
  • Loading branch information
konstjar authored Feb 6, 2024
1 parent 8122e65 commit 971350a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datanode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amazoncorretto:8u392
FROM amazoncorretto:8u402
MAINTAINER [email protected]
USER root
VOLUME /tmp
ADD target/datanode.jar /datanode.jar
EXPOSE 8080
ENTRYPOINT java -jar datanode.jar
ENTRYPOINT java -jar datanode.jar

0 comments on commit 971350a

Please sign in to comment.