We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85a92b commit f14188eCopy full SHA for f14188e
staticnode/Dockerfile-test
@@ -1,6 +1,6 @@
1
ARG MANYLINUX_ARCH
2
ARG CONTAINER_NAME
3
-FROM ${CONTAINER_NAME} as staticnodejs
+FROM ${CONTAINER_NAME} AS staticnodejs
4
FROM quay.io/pypa/manylinux2014_${MANYLINUX_ARCH}
5
6
COPY --from=staticnodejs /out /staticnode/
0 commit comments