Skip to content

Commit

Permalink
Update python Docker tag to v3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 3, 2022
1 parent dff20c0 commit f16bc3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-slim-buster as builder
FROM python:3.11-slim-buster as builder

COPY requirements.txt requirements-test.txt ./

Expand All @@ -14,7 +14,7 @@ RUN python -m spacy download en_core_web_sm --prefix=/requirements
# download nltk resources
RUN python -m nltk.downloader wordnet punkt omw-1.4

FROM python:3.10-slim-buster
FROM python:3.11-slim-buster

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

0 comments on commit f16bc3f

Please sign in to comment.