Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
refs/heads/main
/
.
/
core
/
dns-challenge-solver
/
Dockerfile
blob: d1b6f9b7f91b835de69d854fd35b755cdeaeaf9f [
file
] [
log
] [
blame
]
Giorgi Lekveishvili
ae1a4a4
2023-12-07 13:23:17 +0400
[
diff
] [
blame
]
1
FROM gcr
.
io
/
distroless
/
static
:
nonroot
2
3
ARG TARGETARCH
4
5
COPY dns
-
challenge
-
solver_$
{
TARGETARCH
}
/
dns
-
challenge
-
solver
6
CMD
[
"/dns-challenge-solver"
]