From 405a39bb833423e9d53fee6fbfdcd4bbd67bd828 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Sat, 21 Dec 2024 09:42:42 +0100 Subject: [PATCH] style: Fix Dockerfile lint --- matchbox_server/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matchbox_server/Dockerfile b/matchbox_server/Dockerfile index d9925de9..02b6e661 100644 --- a/matchbox_server/Dockerfile +++ b/matchbox_server/Dockerfile @@ -3,7 +3,7 @@ # to build, run `docker build -f matchbox_server/Dockerfile` from root of the # repository -FROM rust:1.83-slim-bullseye as builder +FROM rust:1.83-slim-bullseye AS builder WORKDIR /usr/src/matchbox_server/