Update alpine base image from v3.11 to v3.12

This commit is contained in:
Dalton Hubble
2020-06-03 21:59:26 -07:00
parent 705d3402b6
commit 31b1ab20b7
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ Notable changes between releases.
* Update Matchbox container image publishing ([#795](https://github.com/poseidon/matchbox/pull/795))
* Publish Matchbox images from internal infra to Quay (`quay.io/poseidon/matchbox`)
* Update Go version from v1.13.4 to v1.13.11
* Update base image from `alpine:3.10` to `alpine:3.11` ([#784](https://github.com/poseidon/matchbox/pull/784))
* Update base image from `alpine:3.10` to `alpine:3.12` ([#784](https://github.com/poseidon/matchbox/pull/784))
* Update Kubernetes manifests ([#791](https://github.com/poseidon/matchbox/pull/791))
* Include `contrib/k8s` in release tarballs ([#788](https://github.com/poseidon/matchbox/pull/788))

View File

@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM docker.io/alpine:3.12
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
COPY bin/matchbox /matchbox
EXPOSE 8080

View File

@@ -1,4 +1,4 @@
FROM alpine:3.11
FROM docker.io/alpine:3.12
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
RUN apk -U add dnsmasq curl
COPY tftpboot /var/lib/tftpboot