Skip to content

Commit 29db9ec

Browse files
chore(deps): update debian:bullseye-slim docker digest to b32674f
1 parent 0e0c5d8 commit 29db9ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otto/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN --mount=type=cache,target=/go/pkg/mod \
77
--mount=type=cache,target=/root/.cache/go-build \
88
cd ./otto && go build -o /out/otto ./cmd/otto
99

10-
FROM debian:bullseye-slim@sha256:c5f48c942c667e70d7e64b124cfc939c25a4a43207c0d14b45844d762dc1d50f
10+
FROM debian:bullseye-slim@sha256:b32674fb57780ad57d7b0749242d3f585f462f4ec4a60ae0adacd945f9cb9734
1111
RUN useradd -m otto
1212
COPY --from=builder /out/otto /usr/local/bin/otto
1313
USER otto

0 commit comments

Comments
 (0)