Skip to content

Commit cd9237f

Browse files
authored
Minor: Remove warning when building datafusion-cli from Dockerfile (#12018)
Signed-off-by: Tai Le Manh <[email protected]>
1 parent cb1e3f0 commit cd9237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
FROM rust:1.78-bookworm as builder
18+
FROM rust:1.78-bookworm AS builder
1919

2020
COPY . /usr/src/datafusion
2121
COPY ./datafusion /usr/src/datafusion/datafusion

0 commit comments

Comments
 (0)