Skip to content

Commit e0b978c

Browse files
authored
chore: update Dockerfile to use python:3.9.0-alpine3.12 base image (#66)
1 parent 17015b9 commit e0b978c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
FROM python:2.7.14-alpine3.7
1+
FROM python:3.9.0-alpine3.12
32

43
COPY ./requirements.txt /mnt/dynamodump/requirements.txt
54
COPY ./dynamodump.py /usr/local/bin/dynamodump

0 commit comments

Comments
 (0)