Skip to content

Commit d7f7569

Browse files
committed
Upgrade base image 3.9.5 -> 3.9.6
1 parent 7058524 commit d7f7569

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
FROM python:3.9.5-slim
1+
FROM python:3.9.6-slim
22

33
# Create user and home directory
44
# Create base directory
55
RUN apt-get update && apt-get upgrade -y &&\
6+
apt-get install git &&\
67
useradd -u 1000 -ms /bin/bash -d /home/python python &&\
78
mkdir -p /python && chown python:nogroup /python
89

0 commit comments

Comments
 (0)