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 && \\
|
go install github.com/m13253/dns-over-https/doh-server@latest && \\
|
||||||
upx --brute /go/bin/doh-server
|
upx --brute /go/bin/doh-server
|
||||||
FROM ${repository}/library/alpine:latest
|
FROM ${repository}/library/alpine:latest
|
||||||
RUN apk add --no-cache && \\
|
RUN addgroup -S -g 1000 app && \\
|
||||||
addgroup -S -g 1000 app && \\
|
|
||||||
adduser -S app -G app -h /app -u 1000
|
adduser -S app -G app -h /app -u 1000
|
||||||
USER app
|
USER app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
Reference in New Issue
Block a user