Skip to content

Commit

Permalink
Merge branch 'fix-peer-dependecies-and-engine-strict-issue' of github…
Browse files Browse the repository at this point in the history
….com:KhizerRehan/dashboard into fix-peer-dependecies-and-engine-strict-issue
  • Loading branch information
KhizerRehan committed Jun 15, 2022
2 parents df16ae2 + 7499304 commit a861e31
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .prow/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-5
- image: quay.io/kubermatic/build:go-1.18-node-16-kind-0.14-9
imagePullPolicy: Always
command:
- /bin/bash
Expand Down Expand Up @@ -50,7 +50,7 @@ presubmits:
preset-goproxy: "true"
spec:
containers:
- image: quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-5
- image: quay.io/kubermatic/build:go-1.18-node-16-kind-0.14-9
imagePullPolicy: Always
command:
- /bin/bash
Expand Down
4 changes: 2 additions & 2 deletions .prow/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ presubmits:
preset-goproxy: 'true'
spec:
containers:
- image: quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-5
- image: quay.io/kubermatic/build:go-1.18-node-16-kind-0.14-9
command:
- make
- verify-go
Expand All @@ -51,7 +51,7 @@ presubmits:
clone_uri: 'ssh://git@github.com/kubermatic/dashboard.git'
spec:
containers:
- image: quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-5
- image: quay.io/kubermatic/build:go-1.18-node-16-kind-0.14-9
command:
- make
- check
Expand Down
2 changes: 1 addition & 1 deletion containers/chrome-headless/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/kubermatic/build:go-1.17-node-16-kind-0.12-8
FROM quay.io/kubermatic/build:go-1.18-node-16-kind-0.14-9

LABEL maintainer="support@kubermatic.com"

Expand Down
2 changes: 1 addition & 1 deletion containers/custom-dashboard/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM quay.io/kubermatic/build:go-1.17-node-16-kind-0.11-1
FROM quay.io/kubermatic/build:go-1.18-node-16-kind-0.14-9
LABEL maintainer="support@kubermatic.com"

ENV NG_CLI_ANALYTICS=ci
Expand Down

0 comments on commit a861e31

Please sign in to comment.