Skip to content

Commit

Permalink
chore: update docker images with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Oct 20, 2020
1 parent 0e7c535 commit 418ade7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/recipes/docker-client/Dockerfile
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update \
&& apt-get clean

# Install Lighthouse CI
RUN npm install -g @lhci/cli@0.5.0
RUN npm install -g @lhci/cli@0.5.1
RUN npm install -g lighthouse

# Setup a user to avoid doing everything as root
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/docker-server/kubernetes/lhci-pod.yml
Expand Up @@ -7,7 +7,7 @@ metadata:
spec:
containers:
- name: lhci-server
image: docker.io/patrickhulce/lhci-server:0.5.0
image: docker.io/patrickhulce/lhci-server:0.5.1
volumeMounts:
- mountPath: '/data'
name: lhci-data-volume
Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/docker-server/package.json
Expand Up @@ -5,8 +5,8 @@
"start": "lhci server --config=./lighthouserc.json"
},
"dependencies": {
"@lhci/cli": "0.5.0",
"@lhci/server": "0.5.0",
"@lhci/cli": "0.5.1",
"@lhci/server": "0.5.1",
"mysql2": "^2.1.0",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
Expand Down

0 comments on commit 418ade7

Please sign in to comment.