Skip to content

Commit

Permalink
Capitalize keyword in alpine dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Oct 14, 2024
1 parent 858c05d commit 8e981dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_ARCH_RELEASE
FROM ghcr.io/pyca/static-nodejs-${NODE_ARCH_RELEASE} as staticnodejs
FROM ghcr.io/pyca/static-nodejs-${NODE_ARCH_RELEASE} AS staticnodejs

FROM alpine:latest

Expand Down

0 comments on commit 8e981dc

Please sign in to comment.