Skip to content

Commit 029b5f0

Browse files
committed
change image base
1 parent 39ad5d3 commit 029b5f0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Dockerfile.bot

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
FROM python:3.12-alpine3.20
1+
FROM python:3.12
22

33
WORKDIR /app
44

5-
RUN apk add --no-cache gcc musl-dev linux-headers
6-
5+
# Install dependencies
76
COPY requirements.txt requirements.txt
87
RUN pip install -r requirements.txt
98

Dockerfile.web

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
FROM python:3.12-alpine3.20
1+
FROM python:3.12
22

33
WORKDIR /app
44

5-
RUN apk add --no-cache gcc musl-dev linux-headers
6-
5+
# Install dependencies
76
COPY requirements.txt requirements.txt
87
RUN pip install -r requirements.txt
98

0 commit comments

Comments
 (0)