Skip to content

Commit

Permalink
Remove sha from docker image (#595)
Browse files Browse the repository at this point in the history
No need for tracking that fine grained.
  • Loading branch information
jenspav authored Aug 19, 2024
1 parent 86d79fb commit f96369c
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 eclipse-temurin:21.0.4_7-jre-jammy@sha256:870aae69d4521fdaf26e952f8026f75b37cb721e6302d4d4d7100f6b09823057
FROM eclipse-temurin:21.0.4_7-jre-jammy

USER root
RUN apt update && apt install graphviz --yes && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit f96369c

Please sign in to comment.