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 0372dcc commit 4c1d1b3Copy full SHA for 4c1d1b3
Dockerfile
@@ -1,6 +1,6 @@
1
FROM eclipse-temurin:17-jre@sha256:0adcf8486107fbd706de4b4fdde64c2d2e3ead4c689b2fb7ae4947010e1f00b4
2
3
-RUN addgroup spring&& useradd -g spring spring
+RUN addgroup spring && useradd -g spring spring
4
USER spring:spring
5
6
# https://github.com/microsoft/ApplicationInsights-Java/releases
0 commit comments