Update 'build-doh-server.jenkins'
This commit is contained in:
parent
f6b7d0c6ba
commit
63e3208d72
@ -50,8 +50,7 @@ RUN apk --no-cache add git upx && \\
|
||||
go install github.com/m13253/dns-over-https/doh-server@latest && \\
|
||||
upx --brute /go/bin/doh-server
|
||||
FROM ${repository}/library/alpine:latest
|
||||
RUN apk add --no-cache && \\
|
||||
addgroup -S -g 1000 app && \\
|
||||
RUN addgroup -S -g 1000 app && \\
|
||||
adduser -S app -G app -h /app -u 1000
|
||||
USER app
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user