mirror of
https://github.com/outbackdingo/matchbox.git
synced 2026-01-27 02:19:28 +00:00
Update base container image from alpine:3.6 to alpine:3.9
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user