Skip to content

Commit 35e5256

Browse files
authored
chore(deps): bump python image to 3.10 and backwork upload cos library (#8)
1 parent 0fcf38b commit 35e5256

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

backwork/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8.6-alpine3.12
1+
FROM python:3.10-alpine
22
LABEL maintainer="[email protected]"
33

44
# Install database clients
@@ -31,6 +31,8 @@ RUN echo 'http://dl-3.alpinelinux.org/alpine/edge/community' >> /etc/apk/reposit
3131
##########
3232

3333
COPY requirements.txt ./
34+
RUN python -m pip install --upgrade pip
35+
RUN pip install setuptools==57.5.0
3436
RUN pip install -r ./requirements.txt
3537

3638
COPY ./docker-entrypoint.sh /

backwork/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ backwork-backup-mysql==0.3.0
77
backwork-backup-postgresql==0.2.1
88
backwork-notifier-sentry==0.2.0
99
backwork-upload-softlayer==0.2.1
10-
backwork-upload-cos==0.3.0
10+
backwork-upload-cos==0.3.1
1111
backwork-notifier-http==0.1.4

0 commit comments

Comments
 (0)