Skip to content

Commit

Permalink
Pin to tested sha digest (juice shop).
Browse files Browse the repository at this point in the history
  • Loading branch information
jelaiw committed Sep 4, 2023
1 parent 031d23a commit 4ff98af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/juice-shop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
tasks:
- name: Pull image
community.docker.docker_image:
name: bkimminich/juice-shop
name: bkimminich/juice-shop@sha256:073163e118541daec3a26321d6fb70e7454ab369de5f296c131f5ff99fc8c91c
source: pull
- name: Start container
community.docker.docker_container:
name: juice-shop
image: bkimminich/juice-shop
image: bkimminich/juice-shop@sha256:073163e118541daec3a26321d6fb70e7454ab369de5f296c131f5ff99fc8c91c
ports:
- 80:3000

0 comments on commit 4ff98af

Please sign in to comment.