We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c066472 commit b203d93Copy full SHA for b203d93
Dockerfile
@@ -1,6 +1,6 @@
1
# Use Node 18
2
# hadolint ignore=DL3029
3
-FROM --platform=$BUILDPLATFORM docker.io/library/node:18 as react-build
+FROM --platform=$BUILDPLATFORM docker.io/library/node:18 AS react-build
4
5
# Use default answers in installation commands
6
ENV DEBIAN_FRONTEND=noninteractive
0 commit comments