We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27ba92 commit 038ac52Copy full SHA for 038ac52
Dockerfile
@@ -1,6 +1,6 @@
1
-FROM bellsoft/liberica-openjre-alpine:25
+FROM bellsoft/liberica-openjre-debian:25
2
3
-RUN addgroup -S app && adduser -S app -G app
+RUN addgroup --system app && adduser --system --ingroup app app
4
5
COPY /app/build/install/snowflake-mcp /app
6
0 commit comments