Skip to content

Commit

Permalink
rename to build
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 22, 2024
1 parent 25d1be9 commit d4740b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/docker/Dockerfile.musl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ARG PLATFORM=arm64
ARG NODE_VERSION=16.20.1

FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS node
FROM ${PLATFORM}/node:${NODE_VERSION}-alpine AS build

WORKDIR /zstd
COPY . .
Expand Down

0 comments on commit d4740b3

Please sign in to comment.