Skip to content

Commit

Permalink
chore: use ape latest docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed May 2, 2024
1 parent d315640 commit dc03a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN pip install --upgrade pip && pip install wheel
RUN pip wheel . --wheel-dir=/wheels

# Install from wheels
FROM apeworx/ape:stable
FROM apeworx/ape:latest
USER root
COPY --from=builder /wheels /wheels
RUN pip install --upgrade pip \
Expand Down

0 comments on commit dc03a6f

Please sign in to comment.