Skip to content

Commit 94b7633

Browse files
authored
Merge pull request #147 from csmith/dependabot/docker/greboid/dockerbase/nonroot-1.20250716.0
2 parents 9a45a96 + 9ed49b6 commit 94b7633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN set -eux; \
66
CGO_ENABLED=0 GO111MODULE=on go install -ldflags "-X main.GitSHA=$(git rev-parse --short HEAD)" ./cmd/dotege; \
77
go run github.com/google/go-licenses@latest save ./... --save_path=/notices;
88

9-
FROM ghcr.io/greboid/dockerbase/nonroot:1.20250326.0
9+
FROM ghcr.io/greboid/dockerbase/nonroot:1.20250716.0
1010
COPY --from=build /go/bin/dotege /dotege
1111
COPY --from=build /notices /notices
1212
COPY templates /templates

0 commit comments

Comments
 (0)