Skip to content

Commit 9da8ed5

Browse files
authored
Match casing in Dockerfile FROM commands (#5099)
1 parent 4ee654a commit 9da8ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/qns.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM martenseemann/quic-network-simulator-endpoint@sha256:2ec0a19a54f4547f068a81afcb3e92251b8808934eb86e5cb6919d91c4958791 as source
1+
FROM martenseemann/quic-network-simulator-endpoint@sha256:2ec0a19a54f4547f068a81afcb3e92251b8808934eb86e5cb6919d91c4958791 AS source
22
ENV DEBIAN_FRONTEND=noninteractive
33
RUN apt-get update -y \
44
&& apt-get install -y \
@@ -9,7 +9,7 @@ RUN apt-get update -y \
99
&& apt-get clean
1010
COPY . /src
1111

12-
FROM source as build
12+
FROM source AS build
1313
WORKDIR /src/Debug
1414
RUN chmod +x /src/scripts/install-powershell-docker.sh
1515
RUN /src/scripts/install-powershell-docker.sh

0 commit comments

Comments
 (0)