Skip to content

Commit

Permalink
DBMISVC-HOTFIX-072423 - Updated base Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
b32147 committed Jul 24, 2023
1 parent bd93042 commit 066f6b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hmsdbmitc/dbmisvc:debian11-slim-python3.10-0.5.0 AS builder
FROM hmsdbmitc/dbmisvc:debian11-slim-python3.10-0.5.1 AS builder

# Install requirements
RUN apt-get update \
Expand All @@ -9,6 +9,7 @@ RUN apt-get update \
gcc \
default-libmysqlclient-dev \
libssl-dev \
pkg-config \
&& rm -rf /var/lib/apt/lists/*

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

FROM hmsdbmitc/dbmisvc:debian11-slim-python3.10-0.5.0
FROM hmsdbmitc/dbmisvc:debian11-slim-python3.10-0.5.1

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

0 comments on commit 066f6b2

Please sign in to comment.