Skip to content

Commit

Permalink
Update Docker file with specified Workdir
Browse files Browse the repository at this point in the history
This change was made to pass the most recent version of Hadolint
used in the static analysis pipeline.
  • Loading branch information
togashidm committed Apr 12, 2021
1 parent 7caaca4 commit 4afaa95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM alpine:3.12.1 as build
RUN adduser -D -u 10001 tas

FROM scratch
WORKDIR /
COPY extender .
COPY --from=build /etc/passwd /etc/passwd
EXPOSE 9001/tcp
Expand Down

0 comments on commit 4afaa95

Please sign in to comment.