We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a45a96 + 9ed49b6 commit 94b7633Copy full SHA for 94b7633
Dockerfile
@@ -6,7 +6,7 @@ RUN set -eux; \
6
CGO_ENABLED=0 GO111MODULE=on go install -ldflags "-X main.GitSHA=$(git rev-parse --short HEAD)" ./cmd/dotege; \
7
go run github.com/google/go-licenses@latest save ./... --save_path=/notices;
8
9
-FROM ghcr.io/greboid/dockerbase/nonroot:1.20250326.0
+FROM ghcr.io/greboid/dockerbase/nonroot:1.20250716.0
10
COPY --from=build /go/bin/dotege /dotege
11
COPY --from=build /notices /notices
12
COPY templates /templates
0 commit comments