Skip to content

Commit eeb1a49

Browse files
Bump python from 3.9.4-alpine3.13 to 3.9.5-alpine3.13 (TheCatLady#16)
Bumps python from 3.9.4-alpine3.13 to 3.9.5-alpine3.13.
1 parent f32a796 commit eeb1a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.4-alpine3.13
1+
FROM python:3.9.5-alpine3.13
22
COPY requirements.txt /
33
RUN pip install -r requirements.txt && \
44
rm -f requirements.txt && \

0 commit comments

Comments
 (0)