Skip to content

Commit

Permalink
rev storefront
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandervliet committed Jul 9, 2021
1 parent 3e16a4d commit 07e7c4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deploy/complete/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:

# Storefront backend API service
storefront:
image: iad.ocir.io/oracle/ateam/mushop-storefront:2.2.0
image: iad.ocir.io/oracle/ateam/mushop-storefront:2.2
hostname: storefront
restart: always
cap_drop:
Expand Down
2 changes: 1 addition & 1 deletion src/storefront/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.4
2.2.5
2 changes: 1 addition & 1 deletion src/storefront/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/storefront/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mushop-storefront",
"version": "2.2.3",
"version": "2.2.5",
"description": "MuShop eCommerce demo",
"scripts": {
"start": "gulp",
Expand Down

0 comments on commit 07e7c4f

Please sign in to comment.