diff --git a/infrastructure/deployment.yml b/infrastructure/deployment.yml index 5191d57f..a181dbe4 100644 --- a/infrastructure/deployment.yml +++ b/infrastructure/deployment.yml @@ -14,7 +14,7 @@ spec: spec: containers: - name: app - image: registry.gitlab.com/mythic-insight/legendary:1.2.0 + image: registry.gitlab.com/mythic-insight/legendary:1.2.1 ports: - containerPort: 4000 env: diff --git a/package.json b/package.json index bc4cf2ce..f8142391 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mythic-insight/legendary", - "version": "1.2.0", + "version": "1.2.1", "private": true, "description": "The Legendary Phoenix Boilerplate.", "main": "index.js",