Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emalinowski authored Nov 1, 2024
1 parent b52860d commit f2dcbb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN GITCOMMIT=$(git rev-parse HEAD) \
-o /sower

FROM scratch
USER nobody
COPY --from=build-deps /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build-deps /sower /sower
CMD ["/sower"]

0 comments on commit f2dcbb0

Please sign in to comment.