Skip to content

Commit

Permalink
Changed docker/Dockerfile according to goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeckel committed Dec 14, 2021
1 parent 95da31f commit 004276f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=build /etc/passwd /etc/passwd
COPY --from=build /etc/group /etc/group

COPY aci-dns-manager /aci-dns-manager
COPY dist/aci-dns-manager /aci-dns-manager

USER ${USER}:${USER}

Expand Down

0 comments on commit 004276f

Please sign in to comment.