Skip to content

Commit

Permalink
fix: docker complains about FROM .. as casing
Browse files Browse the repository at this point in the history
  • Loading branch information
ansemjo committed Oct 1, 2024
1 parent 395449d commit af0459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openwrtbuilder
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ echo -e '\n# build firmware ...'
cat > Dockerfile <<DOCKERFILE
# use cached builder image
FROM openwrtbuilder as firmware
FROM openwrtbuilder AS firmware
# use a download directory
WORKDIR /download
Expand Down

0 comments on commit af0459f

Please sign in to comment.