Skip to content

Commit

Permalink
Merge pull request #14 from shuguet/security-fix-mongo-plus-fix-pr-12
Browse files Browse the repository at this point in the history
Fix PR12 and bump mongodb up to version 4.17.0
  • Loading branch information
shuguet authored Sep 2, 2023
2 parents 4656bc9 + ef49d0d commit ca4b4d5
Show file tree
Hide file tree
Showing 3 changed files with 3,324 additions and 1,167 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY package*.json ./

# Install app dependencies
# Development
RUN npm install
#RUN npm install
# Production
RUN npm ci --only=production

Expand Down
4 changes: 2 additions & 2 deletions charts/pacman/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
version: 0.1.8
appVersion: "0.1.8"
version: 0.1.9
appVersion: "0.1.9"
name: pacman
description: Pac-Man Demo App for Kubernetes
home: https://github.com/shuguet/pacman
Expand Down
Loading

0 comments on commit ca4b4d5

Please sign in to comment.