Skip to content

Commit

Permalink
chore: Upgrade to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pnu-s committed Apr 17, 2024
1 parent e01d085 commit c3f09f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV APKEEP_VERSION=0.16.0
RUN wget https://github.com/EFForg/apkeep/releases/download/${APKEEP_VERSION}/apkeep-x86_64-unknown-linux-gnu -q -O /tmp/apkeep \
&& chmod +x /tmp/apkeep

FROM python:3.10-slim-bookworm
FROM python:3.11-slim-bookworm
LABEL maintainer="Codimp"

RUN apt-get update && apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit c3f09f8

Please sign in to comment.