update image
This commit is contained in:
parent
90b4d4179c
commit
90ba1eeedd
10
Dockerfile
10
Dockerfile
@ -1,4 +1,4 @@
|
||||
FROM python:3.10.2-alpine AS build-image
|
||||
FROM python:3.10.5-alpine AS build-image
|
||||
|
||||
RUN apk update \
|
||||
&& apk add --no-cache \
|
||||
@ -10,7 +10,13 @@ RUN apk update \
|
||||
|
||||
RUN /usr/local/bin/pip install poetry
|
||||
|
||||
FROM python:3.10.2-alpine AS deploy-image
|
||||
FROM python:3.10.5-alpine AS deploy-image
|
||||
RUN apk add --no-cache \
|
||||
bash postgresql-client libpq jpeg-dev zlib-dev musl-dev \
|
||||
make autoconf libtool postgresql-dev build-base g++ gcc \
|
||||
unixodbc-dev freetds-dev libffi libffi-dev czmq-dev libxml2-dev \
|
||||
libxslt-dev automake cmake git openssl-dev ffmpeg libwebp-dev \
|
||||
cargo
|
||||
|
||||
COPY --from=build-image /usr/local/bin/poetry /usr/local/bin/poetry
|
||||
COPY --from=build-image /usr/local/lib/python3.10 /usr/local/lib/python3.10
|
||||
|
||||
Loading…
Reference in New Issue
Block a user