Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit 4afaa95

Browse files
committed
Update Docker file with specified Workdir
This change was made to pass the most recent version of Hadolint used in the static analysis pipeline.
1 parent 7caaca4 commit 4afaa95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/images/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM alpine:3.12.1 as build
22
RUN adduser -D -u 10001 tas
33

44
FROM scratch
5+
WORKDIR /
56
COPY extender .
67
COPY --from=build /etc/passwd /etc/passwd
78
EXPOSE 9001/tcp

0 commit comments

Comments
 (0)