Skip to content

Commit

Permalink
deploy: fix build base version
Browse files Browse the repository at this point in the history
  • Loading branch information
creachadair committed Oct 26, 2023
1 parent 04e8ff6 commit 147a22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/install-sqlite3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ out=./sqlite3-"$vers"
dl="$base/$latest"

cat <<EOF | docker build -t "$img" -
FROM --platform="$plat" ubuntu:20.04 as builder
FROM --platform="$plat" "$buildbase" as builder
WORKDIR /root
Expand Down

0 comments on commit 147a22e

Please sign in to comment.