Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM python:3.
|
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 - && \
|