Skip to content

Commit

Permalink
Merge pull request #264 from jose-bigio/backport_alpine
Browse files Browse the repository at this point in the history
Update Dockerfile base images to alpine:3.7
  • Loading branch information
caseydavenport authored May 30, 2018
2 parents 3cb8ce8 + 7f9350a commit e3dfeb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM alpine:3.5
FROM alpine:3.7
LABEL maintainer "Casey Davenport <[email protected]>"

ADD dist/kube-controllers-linux-amd64 /usr/bin/kube-controllers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM ppc64le/alpine:3.6
FROM ppc64le/alpine:3.7
LABEL maintainer "Casey Davenport <[email protected]>"

ADD dist/kube-controllers-linux-ppc64le /usr/bin/kube-controllers
Expand Down

0 comments on commit e3dfeb8

Please sign in to comment.