Skip to content

Commit 37d0d57

Browse files
committed
Fix inconsistent casing.
1 parent 723c303 commit 37d0d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:6.0 as build
1+
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:6.0 AS build
22

33
RUN apt-get update && \
44
apt-get upgrade -y

0 commit comments

Comments
 (0)