Skip to content

Commit

Permalink
Updated docker images to use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
daidoji committed Apr 5, 2024
1 parent 7fd7f30 commit 3e8c4ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/keripy.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder layer
FROM python:3.10-alpine as builder
FROM python:3.12-alpine as builder

# Install compilation dependencies
RUN apk --no-cache add \
Expand Down Expand Up @@ -32,7 +32,7 @@ RUN . ${HOME}/.cargo/env && \
pip install -r requirements.txt

# Runtime layer
FROM python:3.10.13-alpine3.18
FROM python:3.12.2-alpine3.18

RUN apk --no-cache add \
bash \
Expand Down

0 comments on commit 3e8c4ce

Please sign in to comment.