Skip to content

Commit

Permalink
Capitalize keyword in staticnode Dockerfile-test (#634)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 14, 2024
1 parent d85a92b commit f14188e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticnode/Dockerfile-test
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG MANYLINUX_ARCH
ARG CONTAINER_NAME
FROM ${CONTAINER_NAME} as staticnodejs
FROM ${CONTAINER_NAME} AS staticnodejs
FROM quay.io/pypa/manylinux2014_${MANYLINUX_ARCH}

COPY --from=staticnodejs /out /staticnode/

0 comments on commit f14188e

Please sign in to comment.