Skip to content

Commit d2cdea9

Browse files
committed
chore: update docker images with latest version
1 parent 6b3b50e commit d2cdea9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/recipes/docker-client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN apt-get update \
1515
&& apt-get clean
1616

1717
# Install Lighthouse CI
18-
RUN npm install -g @lhci/cli@0.14.0
18+
RUN npm install -g @lhci/cli@0.15.0
1919
RUN npm install -g lighthouse
2020

2121
# Install puppeteer

docs/recipes/docker-server/kubernetes/lhci-deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: lhci-server
20-
image: docker.io/patrickhulce/lhci-server:0.14.0
20+
image: docker.io/patrickhulce/lhci-server:0.15.0
2121
volumeMounts:
2222
- mountPath: '/data'
2323
name: lhci-data-volume

docs/recipes/docker-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"start": "lhci server --config=./lighthouserc.json"
66
},
77
"dependencies": {
8-
"@lhci/cli": "0.14.0",
9-
"@lhci/server": "0.14.0",
8+
"@lhci/cli": "0.15.0",
9+
"@lhci/server": "0.15.0",
1010
"mysql2": "^2.1.0",
1111
"pg": "^8.2.1",
1212
"pg-hstore": "^2.3.3",

0 commit comments

Comments
 (0)