Skip to content

Commit

Permalink
develop(dependencies): Rolled back Python version to 3.11 due to AWS …
Browse files Browse the repository at this point in the history
…CLIv2 not supporting 3.12
  • Loading branch information
b32147 committed Mar 19, 2024
1 parent f57ab00 commit e01c73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hmsdbmitc/dbmisvc:debian12-slim-python3.12-0.6.0 AS builder
FROM hmsdbmitc/dbmisvc:debian12-slim-python3.11-0.6.0 AS builder

# Install requirements
RUN apt-get update \
Expand All @@ -20,7 +20,7 @@ RUN pip install -U wheel \
&& pip wheel -r /requirements.txt \
--wheel-dir=/root/wheels

FROM hmsdbmitc/dbmisvc:debian12-slim-python3.12-0.6.0
FROM hmsdbmitc/dbmisvc:debian12-slim-python3.11-0.6.0

# Copy Python wheels from builder
COPY --from=builder /root/wheels /root/wheels
Expand Down

0 comments on commit e01c73d

Please sign in to comment.