Skip to content

Commit

Permalink
chore(deps): update eclipse-temurin docker tag to v17.0.13_11-jdk-focal
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 31, 2024
1 parent e0b0156 commit 31a36b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/eclair/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################
# Original Source: https://github.com/ACINQ/eclair/blob/v0.3.3/Dockerfile
#########################
FROM eclipse-temurin:17.0.12_7-jdk-focal as BUILD
FROM eclipse-temurin:17.0.13_11-jdk-focal as BUILD

# Setup maven, we don't use https://hub.docker.com/_/maven/ as it declare .m2 as volume, we loose all mvn cache
# We can alternatively do as proposed by https://github.com/carlossg/docker-maven#packaging-a-local-repository-with-the-image
Expand Down

0 comments on commit 31a36b5

Please sign in to comment.