Skip to content

Commit

Permalink
use alpine image as builder so correct wheels get downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
enchant97 committed Jan 19, 2024
1 parent 98f20da commit 9f4d697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.4
ARG PYTHON_VERSION=3.11

FROM python:${PYTHON_VERSION}-slim as builder
FROM python:${PYTHON_VERSION}-alpine as builder

WORKDIR /app

Expand Down

0 comments on commit 9f4d697

Please sign in to comment.