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

This commit is contained in:
2025-07-08 17:04:34 -04:00
parent e4f099ffc0
commit ac8d62a98e

View File

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