We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0c5d8 commit 29db9ecCopy full SHA for 29db9ec
otto/Dockerfile
@@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
7
--mount=type=cache,target=/root/.cache/go-build \
8
cd ./otto && go build -o /out/otto ./cmd/otto
9
10
-FROM debian:bullseye-slim@sha256:c5f48c942c667e70d7e64b124cfc939c25a4a43207c0d14b45844d762dc1d50f
+FROM debian:bullseye-slim@sha256:b32674fb57780ad57d7b0749242d3f585f462f4ec4a60ae0adacd945f9cb9734
11
RUN useradd -m otto
12
COPY --from=builder /out/otto /usr/local/bin/otto
13
USER otto
0 commit comments