We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56dad04 commit a0c5efaCopy full SHA for a0c5efa
api/Dockerfile
@@ -1,3 +1,6 @@
1
+# The tag is ignored when a sha is included but the reason to add it are:
2
+# 1. Self Documentation: It is difficult to find out what the expected tag is given a sha alone
3
+# 2. Helps dependabot during discovery of upgrades
4
FROM azul/zulu-openjdk-alpine:17-jre-headless-latest@sha256:af4df00adaec356d092651af50d9e80fd179f96722d267e79acb564aede10fda
5
6
RUN apk add --no-cache \
0 commit comments