Skip to content

Commit

Permalink
capitalize keyword in manylinux dockerfile (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 14, 2024
1 parent 3251e52 commit 0683ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptography-linux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG NODE_ARCH_RELEASE
ARG PYCA_RELEASE
FROM ghcr.io/pyca/static-nodejs-${NODE_ARCH_RELEASE} as staticnodejs
FROM ghcr.io/pyca/static-nodejs-${NODE_ARCH_RELEASE} AS staticnodejs
FROM quay.io/pypa/${PYCA_RELEASE}
LABEL org.opencontainers.image.authors="Python Cryptographic Authority"
WORKDIR /root
Expand Down

0 comments on commit 0683ff6

Please sign in to comment.