Skip to content

Commit f14188e

Browse files
authored
Capitalize keyword in staticnode Dockerfile-test (#634)
1 parent d85a92b commit f14188e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticnode/Dockerfile-test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG MANYLINUX_ARCH
22
ARG CONTAINER_NAME
3-
FROM ${CONTAINER_NAME} as staticnodejs
3+
FROM ${CONTAINER_NAME} AS staticnodejs
44
FROM quay.io/pypa/manylinux2014_${MANYLINUX_ARCH}
55

66
COPY --from=staticnodejs /out /staticnode/

0 commit comments

Comments
 (0)