1 Commits

Author SHA1 Message Date
ac8d62a98e update Dockerfile
All checks were successful
Build and Publish / check-chart (push) Successful in 13s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 3m36s
2025-07-08 17:04:34 -04:00

View File

@ -17,7 +17,7 @@ RUN go build -C . -v -ldflags "-extldflags '-static' -X ${VER_PKG}=${VERSION}" -
FROM alpine:latest FROM alpine:latest
ARG APP_NAME=demo-app ARG APP_NAME=class-server
WORKDIR /app WORKDIR /app
USER 100:101 USER 100:101