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
connorjclark committed Jun 20, 2024
1 parent bbaa624 commit 5e7be65
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \
&& apt-get clean

# Install Lighthouse CI
RUN npm install -g @lhci/cli@0.13.0
RUN npm install -g @lhci/cli@0.14.0
RUN npm install -g lighthouse

# Install puppeteer
Expand Down
2 changes: 1 addition & 1 deletion docs/recipes/docker-server/kubernetes/lhci-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: lhci-server
image: docker.io/patrickhulce/lhci-server:0.13.0
image: docker.io/patrickhulce/lhci-server:0.14.0
volumeMounts:
- mountPath: '/data'
name: lhci-data-volume
Expand Down
4 changes: 2 additions & 2 deletions docs/recipes/docker-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"start": "lhci server --config=./lighthouserc.json"
},
"dependencies": {
"@lhci/cli": "0.13.0",
"@lhci/server": "0.13.0",
"@lhci/cli": "0.14.0",
"@lhci/server": "0.14.0",
"mysql2": "^2.1.0",
"pg": "^8.2.1",
"pg-hstore": "^2.3.3",
Expand Down

0 comments on commit 5e7be65

Please sign in to comment.