We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a344481 commit 41f891aCopy full SHA for 41f891a
1 file changed
Dockerfile
@@ -3,7 +3,7 @@
3
FROM scratch
4
5
# Copy ca-certificates for HTTPS/SSH to network devices
6
-COPY --from=alpine:latest@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
+COPY --from=alpine:latest@sha256:28bd5fe8b56d1bd048e5babf5b10710ebe0bae67db86916198a6eec434943f8b /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
7
8
# Copy the pre-built binary from GoReleaser
9
COPY telee /telee
0 commit comments