Skip to content

Commit 038ac52

Browse files
committed
Switch base image to Debian and update user creation method in Dockerfile
1 parent c27ba92 commit 038ac52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM bellsoft/liberica-openjre-alpine:25
1+
FROM bellsoft/liberica-openjre-debian:25
22

3-
RUN addgroup -S app && adduser -S app -G app
3+
RUN addgroup --system app && adduser --system --ingroup app app
44

55
COPY /app/build/install/snowflake-mcp /app
66

0 commit comments

Comments
 (0)