Skip to content

Commit b203d93

Browse files
committed
build(docker): fix FromAsCasing warning (#411)
Closes #410
1 parent c066472 commit b203d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use Node 18
22
# hadolint ignore=DL3029
3-
FROM --platform=$BUILDPLATFORM docker.io/library/node:18 as react-build
3+
FROM --platform=$BUILDPLATFORM docker.io/library/node:18 AS react-build
44

55
# Use default answers in installation commands
66
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)