Skip to content

Commit

Permalink
Update base image in Dockerfile
Browse files Browse the repository at this point in the history
The base image for the Dockerfile has been updated from python:alpine3.18 to python:alpine3.
  • Loading branch information
L1ghtn1ng committed Dec 18, 2023
1 parent 8c3aaa2 commit bf7ea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:alpine3.18
FROM python:alpine3
WORKDIR /app
COPY . /app
RUN apk add --no-cache build-base libffi-dev libxml2-dev libxslt-dev
Expand Down

0 comments on commit bf7ea31

Please sign in to comment.