Skip to content

Commit 46831c0

Browse files
chore(deps): update debian:bullseye-slim docker digest to 52927ef (#94)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e21b9f6 commit 46831c0

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:f807f4b16002c623115b0247dca6a55711c6b1ae821dc64fb8a2339e4ce2115d
10+
FROM debian:bullseye-slim@sha256:52927eff8153b563244f98cdc802ba97918afcdf67f9e4867cbf1f7afb3d147b
1111
RUN useradd -m otto
1212
COPY --from=builder /out/otto /usr/local/bin/otto
1313
USER otto

0 commit comments

Comments
 (0)