update base image
All checks were successful
Gitea/docker-artifact/pipeline/head This commit looks good
All checks were successful
Gitea/docker-artifact/pipeline/head This commit looks good
This commit is contained in:
parent
2637941e89
commit
716739da87
@ -1,7 +1,7 @@
|
||||
FROM ubuntu:bionic
|
||||
FROM ubuntu:jammy
|
||||
|
||||
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
|
||||
|
||||
ADD requirements.txt /tmp/requirements.txt
|
||||
|
@ -1,35 +1,35 @@
|
||||
arpy==1.1.1
|
||||
asn1crypto==0.24.0
|
||||
backports.functools-lru-cache==1.5
|
||||
boto3==1.9.138
|
||||
botocore==1.12.138
|
||||
certifi==2019.3.9
|
||||
cffi==1.12.3
|
||||
chardet==3.0.4
|
||||
cheroot==6.5.4
|
||||
CherryPy==18.1.1
|
||||
cryptography==2.6.1
|
||||
docutils==0.14
|
||||
idna==2.8
|
||||
jaraco.functools==2.0
|
||||
Jinja2==2.10.1
|
||||
jmespath==0.9.4
|
||||
MarkupSafe==1.1.1
|
||||
more-itertools==7.0.0
|
||||
PGPy==0.4.1
|
||||
portend==2.4
|
||||
pyasn1==0.4.5
|
||||
pycparser==2.19
|
||||
-e git+https://git.davepedu.com/dave/python-dpkg.git@a1c0212e09#egg=pydpkg
|
||||
autocommand==2.2.2
|
||||
boto3==1.26.145
|
||||
botocore==1.29.145
|
||||
cffi==1.15.1
|
||||
cheroot==10.0.0
|
||||
CherryPy==18.8.0
|
||||
cryptography==41.0.1
|
||||
inflect==6.0.4
|
||||
jaraco.collections==4.2.0
|
||||
jaraco.context==4.3.0
|
||||
jaraco.functools==3.7.0
|
||||
jaraco.text==3.11.1
|
||||
Jinja2==3.1.2
|
||||
jmespath==1.0.1
|
||||
MarkupSafe==2.1.2
|
||||
more-itertools==9.1.0
|
||||
PGPy==0.6.0
|
||||
portend==3.1.0
|
||||
pyasn1==0.5.0
|
||||
pycparser==2.21
|
||||
pydantic==1.10.8
|
||||
-e git+https://git.davepedu.com/dave/python-dpkg.git@a1c0212e09bb37a711d6c412cab8e3278d17374d#egg=pydpkg
|
||||
PyMySQL==0.9.3
|
||||
python-dateutil==2.8.0
|
||||
python-gnupg==0.4.4
|
||||
pytz==2019.1
|
||||
requests==2.21.0
|
||||
s3transfer==0.2.0
|
||||
singledispatch==3.4.0.3
|
||||
six==1.12.0
|
||||
python-dateutil==2.8.2
|
||||
python-gnupg==0.5.0
|
||||
pytz==2023.3
|
||||
pyzstd==0.15.7
|
||||
s3transfer==0.6.1
|
||||
six==1.16.0
|
||||
SQLAlchemy==1.3.3
|
||||
tempora==1.14.1
|
||||
urllib3==1.24.2
|
||||
zc.lockfile==1.4
|
||||
tempora==5.2.2
|
||||
typing_extensions==4.6.3
|
||||
urllib3==1.26.16
|
||||
zc.lockfile==3.0.post1
|
||||
|
Loading…
Reference in New Issue
Block a user