Commit 7adb0d6c authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Correct buildctl entrypoint's suffix

parent b159b281
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ FROM alpine as buildctl
ENV DOCKER_CONFIG=/etc/docker
RUN mkdir -p $DOCKER_CONFIG
COPY --from=go /src/buildctl /bin/
COPY entrypoint.buildctl.bash /bin/entrypoint
COPY entrypoint.buildctl.sh /bin/entrypoint
ENTRYPOINT ["/bin/entrypoint"]


+0 −0

File moved.