Skip to content

Commit

Permalink
build(deps): bump lxml
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Apr 12, 2024
1 parent db549f5 commit bf59d86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
env:
REPOSITORY_URL: registry.hub.docker.com
IMAGE_NAME: alerta/alerta-web
PLATFORM: buster-uwsgi

steps:
- uses: actions/checkout@v4
Expand All @@ -61,6 +62,7 @@ jobs:
-t $IMAGE_NAME
-t $REPOSITORY_URL/$IMAGE_NAME:$(cat VERSION)
-t $REPOSITORY_URL/$IMAGE_NAME:$(git rev-parse --short HEAD)
-t $REPOSITORY_URL/$IMAGE_NAME:$PLATFORM
-t $REPOSITORY_URL/$IMAGE_NAME:latest .
- name: Docker Login
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lxml==4.9.2
lxml==5.2.1
pysaml2==7.2.1
python-ldap==3.4.4
uWSGI==2.0.21

0 comments on commit bf59d86

Please sign in to comment.