Skip to content

Commit

Permalink
Update dev docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
convenient authored Dec 15, 2023
1 parent c180116 commit 577dc40
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions dev/Docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
m2451nodb:
depends_on:
- elasticsearch
image: ampco/ampersand-magento2-upgrade-patch-helper:latest
image: ampco/ampersand-magento2-upgrade-patch-helper:2023-11-07
platform: linux/amd64
container_name: uphelper-m2451nodb
stdin_open: true
Expand All @@ -44,7 +44,7 @@ services:
m24nodb:
depends_on:
- elasticsearch
image: ampco/ampersand-magento2-upgrade-patch-helper:latest
image: ampco/ampersand-magento2-upgrade-patch-helper:2023-11-07
platform: linux/amd64
container_name: uphelper-m24nodb
stdin_open: true
Expand All @@ -66,7 +66,7 @@ services:
depends_on:
- elasticsearch
- mysql57
image: ampco/ampersand-magento2-upgrade-patch-helper:latest
image: ampco/ampersand-magento2-upgrade-patch-helper:2023-11-07
platform: linux/amd64
container_name: uphelper-m24
stdin_open: true
Expand All @@ -87,7 +87,7 @@ services:
m23:
depends_on:
- mysql57
image: ampco/ampersand-magento2-upgrade-patch-helper:latest
image: ampco/ampersand-magento2-upgrade-patch-helper:2023-11-07
platform: linux/amd64
container_name: uphelper-m23
stdin_open: true
Expand All @@ -108,7 +108,7 @@ services:
m22:
depends_on:
- mysql57
image: ampco/ampersand-magento2-upgrade-patch-helper:latest
image: ampco/ampersand-magento2-upgrade-patch-helper:2023-11-07
platform: linux/amd64
container_name: uphelper-m22
stdin_open: true
Expand Down

0 comments on commit 577dc40

Please sign in to comment.