Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Merge pull request #175 from jstrachan/changes2
Browse files Browse the repository at this point in the history
fix: upgrade helmboot and base image
  • Loading branch information
jstrachan authored Apr 7, 2020
2 parents 0f31de7 + d59698e commit 5a34345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM gcr.io/jenkinsxio-labs/jxl-base:0.1.40
FROM gcr.io/jenkinsxio-labs/jxl-base:0.1.41
EXPOSE 8080

COPY ./build/linux/jxl /usr/local/bin/jxl
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.12

require (
github.com/blang/semver v3.5.1+incompatible
github.com/jenkins-x-labs/helmboot v0.0.89
github.com/jenkins-x-labs/helmboot v0.0.90
github.com/jenkins-x-labs/jwizard v0.0.15
github.com/jenkins-x-labs/step-go-releaser v0.0.18
github.com/jenkins-x-labs/trigger-pipeline v0.0.4
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 h1:BQSFePA1RWJOl
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo=
github.com/jbrukh/bayesian v0.0.0-20161210175230-bf3f261f9a9c h1:jqLMOnuwp+ac6nISok6EMoxpDXjQQcVIAGG8PrkX2dA=
github.com/jbrukh/bayesian v0.0.0-20161210175230-bf3f261f9a9c/go.mod h1:SELxwZQq/mPnfPCR2mchLmT4TQaPJvYtLcCtDWSM7vM=
github.com/jenkins-x-labs/helmboot v0.0.89 h1:u+tbWXj+vtE5faC3C6c6dIqXgb8Z+Nqmhwf082uH0OA=
github.com/jenkins-x-labs/helmboot v0.0.89/go.mod h1:6obJh30qpAFsJ3lBm6NTQk36YGouT3cuUORPlto6nUo=
github.com/jenkins-x-labs/helmboot v0.0.90 h1:ZO8peInVzHdf7eil9jZKIAPreU6QoSXd4fzbWRtXBgM=
github.com/jenkins-x-labs/helmboot v0.0.90/go.mod h1:6obJh30qpAFsJ3lBm6NTQk36YGouT3cuUORPlto6nUo=
github.com/jenkins-x-labs/jwizard v0.0.15 h1:VY0ohUdBpdhZXZjV09E2tBcd3FwU8ZngJg3ZlGa6nuo=
github.com/jenkins-x-labs/jwizard v0.0.15/go.mod h1:oVJrZZg/uFYlzwTArj1eruXDw5la7LfxmWWISmw45QU=
github.com/jenkins-x-labs/step-go-releaser v0.0.18 h1:gOFw+XV/lQ/EchHuUpLdGQEKw3K3aQFOWpKQ1fsAt1A=
Expand Down

0 comments on commit 5a34345

Please sign in to comment.