Skip to content

Commit

Permalink
Update base image and Python requirements (#10)
Browse files Browse the repository at this point in the history
* Update base image to Alpine 3.20.0

* Update frozen Python requirements
  • Loading branch information
mattclay authored Jun 18, 2024
1 parent 7183f67 commit e0752a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM quay.io/bedrock/alpine:3.19.1 AS base
FROM quay.io/bedrock/alpine:3.20.0 AS base

RUN apk add --no-cache python3

Expand Down
15 changes: 8 additions & 7 deletions files/pip/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
anyio==4.3.0
anyio==4.4.0
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
attrs==23.2.0
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
defusedxml==0.7.1
Expand All @@ -15,29 +15,30 @@ hupper==1.12.1
idna==3.7
itsdangerous==2.2.0
lazy==1.6
packaging==24.0
packaging==24.1
packaging-legacy==23.0.post0
passlib==1.7.4
PasteDeploy==3.1.0
plaster==1.1.2
plaster-pastedeploy==1.0.1
platformdirs==4.2.1
platformdirs==4.2.2
pluggy==1.5.0
py==1.11.0
pycparser==2.22
pyramid==2.0.2
python-dateutil==2.9.0.post0
repoze.lru==0.7
requests==2.31.0
requests==2.32.3
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
setuptools==70.0.0
six==1.16.0
sniffio==1.3.1
strictyaml==1.7.3
translationstring==1.4
urllib3==2.2.1
urllib3==2.2.2
venusian==3.1.0
waitress==3.0.0
WebOb==1.8.7
zope.deprecation==5.0
zope.interface==6.3
zope.interface==6.4.post2

0 comments on commit e0752a7

Please sign in to comment.