Skip to content

Commit 534c1cb

Browse files
committed
Don't use alpine
1 parent 02b2cc9 commit 534c1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12-alpine as generate-requirements
1+
FROM python:3.12-slim as generate-requirements
22

33
# Path: /app
44
WORKDIR /app
@@ -7,7 +7,7 @@ COPY ./Pipfile ./Pipfile.lock ./
77
RUN ["pip", "install", "pipenv"]
88
RUN ["sh", "-c", "pipenv requirements --dev > requirements.txt"]
99

10-
FROM python:3.12-alpine as build
10+
FROM python:3.12-slim as build
1111

1212
# Path: /app
1313
WORKDIR /app

0 commit comments

Comments
 (0)