Skip to content

Commit ea86027

Browse files
Merge pull request #10 from developmentseed/use-official-python-image
fix: switch to official python base image over bitnami
2 parents dd740a7 + 68b7b05 commit ea86027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PYTHON_VERSION=3.12
22

3-
FROM bitnami/python:${PYTHON_VERSION}
3+
FROM python:${PYTHON_VERSION}
44
RUN apt update && apt upgrade -y \
55
&& apt install curl -y \
66
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)