Skip to content

Commit 38b4966

Browse files
committed
_
1 parent dba626c commit 38b4966

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dockerbuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
echo "building for $RID"
55

6-
alpineVersion=3.15
6+
alpineVersion=3.13
77

88
if [[ $RID =~ arm64 ]]; then
99
arch="arm64"
@@ -25,7 +25,7 @@ else
2525
fi
2626

2727
docker run --privileged --rm tonistiigi/binfmt --install all
28-
docker buildx build --platform linux/$arch -t $RID -f $dockerfile --build-arg ALPINE_VERSION=$alpineVersion .
28+
docker build --no-cache --platform linux/$arch -t $RID -f $dockerfile --build-arg ALPINE_VERSION=$alpineVersion .
2929

3030
docker run -t --platform linux/$arch -e RID=$RID --name=$RID $RID
3131

0 commit comments

Comments
 (0)