Skip to content

Commit

Permalink
update webapp to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruigomes99 committed Sep 19, 2024
1 parent 4ae48ab commit 20cfef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ services:
# Node ABI Deployment Webapp service
# Note: This is for testing purposes only, which is why it is not included in the Traefik network
abi_deployment_webapp:
image: ghcr.io/abi-deployment-thesis/abi-deployment-webapp@sha256:8a359a67b8d66b5a24c25376b7bfbe375aa52286bfa329240bf345664956ea09 #v1.1.0
image: ghcr.io/abi-deployment-thesis/abi-deployment-webapp@sha256:5094fba12b48015cadbe207817ce3851cffcea85b397edcb09f4cfdd9907c624 #v1.1.1
ports:
- 8080:80
environment:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ services:
# Node ABI Deployment Webapp service
# Note: This is for testing purposes only
abi_deployment_webapp:
image: ghcr.io/abi-deployment-thesis/abi-deployment-webapp@sha256:8a359a67b8d66b5a24c25376b7bfbe375aa52286bfa329240bf345664956ea09 #v1.1.0
image: ghcr.io/abi-deployment-thesis/abi-deployment-webapp@sha256:5094fba12b48015cadbe207817ce3851cffcea85b397edcb09f4cfdd9907c624 #v1.1.1
ports:
- 8080:80
environment:
Expand Down

0 comments on commit 20cfef1

Please sign in to comment.