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.
1 parent e21b9f6 commit 46831c0Copy full SHA for 46831c0
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:f807f4b16002c623115b0247dca6a55711c6b1ae821dc64fb8a2339e4ce2115d
+FROM debian:bullseye-slim@sha256:52927eff8153b563244f98cdc802ba97918afcdf67f9e4867cbf1f7afb3d147b
11
RUN useradd -m otto
12
COPY --from=builder /out/otto /usr/local/bin/otto
13
USER otto
0 commit comments