Skip to content

Commit

Permalink
update python alpine
Browse files Browse the repository at this point in the history
Signed-off-by: Masaru Hoshi <[email protected]>
  • Loading branch information
masaruhoshi committed Jan 11, 2024
1 parent 482ed7e commit 838c80b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ RUN wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC/g
&& ln -s /lib/libc.musl-x86_64.so.1 /usr/glibc-compat/lib \
&& ln -s /usr/lib/libgcc_s.so.1 /usr/glibc-compat/lib

FROM python:3.8.3-alpine3.12 AS pypackages
FROM python:3.9.18-alpine3.19 AS pypackages

COPY requirements.txt .
RUN pip3 install -r requirements.txt --break-system-packages
RUN rm requirements.txt

FROM python:3.8.3-alpine3.12 AS build
FROM python:3.9.18-alpine3.19 AS build

COPY --from=gomplate /gomplate /bin/gomplate
COPY --from=docker /usr/local/bin/docker /bin/docker
Expand Down

0 comments on commit 838c80b

Please sign in to comment.