Dragonnext commited on
Commit
38e80c6
·
verified ·
1 Parent(s): fe392fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python:3.9-slim
2
  WORKDIR /usr/src/app
3
  RUN apt-get update && apt-get install -y --no-install-recommends gnupg curl
4
  RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
 
1
+ FROM python:3.11-slim
2
  WORKDIR /usr/src/app
3
  RUN apt-get update && apt-get install -y --no-install-recommends gnupg curl
4
  RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \