Skip to content

Commit

Permalink
Merge branch 'security-fixes'
Browse files Browse the repository at this point in the history
phriscage committed Apr 19, 2019
2 parents 2fddbc4 + 7e5df8a commit ce1e6ff
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ graphql-relay==0.4.5
graphql-server-core==1.1.1
idna==2.6
itsdangerous==0.24
Jinja2==2.10
Jinja2>=2.10.1
MarkupSafe==1.0
promise==2.1
requests>=2.20.0
2 changes: 1 addition & 1 deletion kubernetes-manifests/beer-app/beer-app_all.yaml
Original file line number Diff line number Diff line change
@@ -79,7 +79,7 @@ spec:
spec:
containers:
- name: beer-api
image: gcr.io/chrispage-dev/beer-api:2.2.2
image: gcr.io/chrispage-dev/beer-api:2.2.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5000
2 changes: 1 addition & 1 deletion kubernetes-manifests/beer-app/beer-app_beer-api-v2.yaml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ spec:
spec:
containers:
- name: beer-api
image: gcr.io/chrispage-dev/beer-api:2.2.2
image: gcr.io/chrispage-dev/beer-api:2.2.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 5000

0 comments on commit ce1e6ff

Please sign in to comment.