Skip to content

Commit f06e010

Browse files
authored
Pin Docker tag (#29)
1 parent f57e27b commit f06e010

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# docker build github.com/aspose-barcode-cloud/aspose-barcode-cloud-python -t barcode-cloud-python:$(git describe --tags)
33
# docker run barcode-cloud-python:$(git describe --tags) publish -e "TEST_CONFIGURATION_ACCESS_TOKEN=" -e "TWINE_PASSWORD="
44

5-
FROM python:2
5+
FROM python:2-buster
66

77
RUN apt-get update \
88
&& apt-get install -y python3-pip \

0 commit comments

Comments
 (0)