Update base container image from alpine:3.6 to alpine:3.9

This commit is contained in:
Dalton Hubble
2019-03-10 21:37:08 -07:00
parent d34fbb6da6
commit dc0a098bf6
2 changed files with 6 additions and 3 deletions

View File

@@ -4,9 +4,12 @@ Notable changes between releases.
## Latest
* Build Matchbox with Go v1.11.5 for images and binaries
* Update container image base from alpine:3.6 to alpine:3.9
### Examples
* Upgrade Kubernetes example clusters to v1.13.2 (Terraform-based)
* Update Kubernetes example clusters to v1.13.2 (Terraform-based)
## v0.7.1 (2018-11-01)

View File

@@ -1,5 +1,5 @@
FROM alpine:3.6
MAINTAINER Dalton Hubble <dalton.hubble@coreos.com>
FROM alpine:3.9
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
COPY bin/matchbox /matchbox
EXPOSE 8080
ENTRYPOINT ["/matchbox"]