update base image
Gitea/docker-artifact/pipeline/head This commit looks good Details

This commit is contained in:
dave 2023-05-29 17:58:34 -07:00
parent 2637941e89
commit 716739da87
2 changed files with 34 additions and 34 deletions

View File

@ -1,7 +1,7 @@
FROM ubuntu:bionic FROM ubuntu:jammy
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y python3-pip gpgv1 gnupg1 gpg sudo wget git && \ apt-get install -y python3-pip libffi-dev gpgv1 gnupg1 gpg sudo wget git && \
useradd artifact useradd artifact
ADD requirements.txt /tmp/requirements.txt ADD requirements.txt /tmp/requirements.txt

View File

@ -1,35 +1,35 @@
arpy==1.1.1 arpy==1.1.1
asn1crypto==0.24.0 autocommand==2.2.2
backports.functools-lru-cache==1.5 boto3==1.26.145
boto3==1.9.138 botocore==1.29.145
botocore==1.12.138 cffi==1.15.1
certifi==2019.3.9 cheroot==10.0.0
cffi==1.12.3 CherryPy==18.8.0
chardet==3.0.4 cryptography==41.0.1
cheroot==6.5.4 inflect==6.0.4
CherryPy==18.1.1 jaraco.collections==4.2.0
cryptography==2.6.1 jaraco.context==4.3.0
docutils==0.14 jaraco.functools==3.7.0
idna==2.8 jaraco.text==3.11.1
jaraco.functools==2.0 Jinja2==3.1.2
Jinja2==2.10.1 jmespath==1.0.1
jmespath==0.9.4 MarkupSafe==2.1.2
MarkupSafe==1.1.1 more-itertools==9.1.0
more-itertools==7.0.0 PGPy==0.6.0
PGPy==0.4.1 portend==3.1.0
portend==2.4 pyasn1==0.5.0
pyasn1==0.4.5 pycparser==2.21
pycparser==2.19 pydantic==1.10.8
-e git+https://git.davepedu.com/dave/python-dpkg.git@a1c0212e09#egg=pydpkg -e git+https://git.davepedu.com/dave/python-dpkg.git@a1c0212e09bb37a711d6c412cab8e3278d17374d#egg=pydpkg
PyMySQL==0.9.3 PyMySQL==0.9.3
python-dateutil==2.8.0 python-dateutil==2.8.2
python-gnupg==0.4.4 python-gnupg==0.5.0
pytz==2019.1 pytz==2023.3
requests==2.21.0 pyzstd==0.15.7
s3transfer==0.2.0 s3transfer==0.6.1
singledispatch==3.4.0.3 six==1.16.0
six==1.12.0
SQLAlchemy==1.3.3 SQLAlchemy==1.3.3
tempora==1.14.1 tempora==5.2.2
urllib3==1.24.2 typing_extensions==4.6.3
zc.lockfile==1.4 urllib3==1.26.16
zc.lockfile==3.0.post1