Skip to content

Commit 68b7b05

Browse files
committed
fix: switch to official python base image over bitnami
1 parent dd740a7 commit 68b7b05

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)