Skip to content

Commit

Permalink
hack: pin busybox image in azblob_test
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
crazy-max committed Jan 7, 2023
1 parent 421d5c0 commit 2b76f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/azblob_test/test1/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM busybox AS build
FROM busybox:1.35 AS build
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_first
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_second

Expand Down
2 changes: 1 addition & 1 deletion hack/azblob_test/test2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM busybox AS build
FROM busybox:1.35 AS build
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_first
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_second
RUN cat /dev/urandom | head -c 100 | sha256sum > unique_third
Expand Down

0 comments on commit 2b76f8c

Please sign in to comment.