Skip to content

Commit e37b4f9

Browse files
authored
docker/debian: Fix build stamping (#472)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent b6d1b39 commit e37b4f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker/linux/debian/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ ARG BAZELISK_SHA256SUM=6539c12842ad76966f3d493e8f80d67caa84ec4a000e220d5459833c9
1616
RUN --mount=type=bind,source=/common_fun.sh,target=/common_fun.sh \
1717
--mount=type=bind,source=/debian/fun.sh,target=/debian/fun.sh \
1818
. ./debian/fun.sh \
19-
&& install_bazelisk \
20-
&& stamp_build bazelisk "$CONTAINER_TAG"
19+
&& install_bazelisk
2120

2221

2322
FROM worker-base AS ci-base

0 commit comments

Comments
 (0)