mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Merge pull request #1150 from tariq1890/upd_docker
update versions and remove unnecessary files in Dockerfile
This commit is contained in:
commit
06052acfc9
@ -13,10 +13,10 @@
|
||||
# limitations under the License.
|
||||
|
||||
# builder image
|
||||
FROM golang:1.12.8 as builder
|
||||
FROM golang:1.12.9 as builder
|
||||
|
||||
WORKDIR /github.com/kubernetes-incubator/external-dns
|
||||
RUN apt-get update && apt-get install -y bzr
|
||||
|
||||
COPY . .
|
||||
RUN go mod vendor && \
|
||||
make test && \
|
||||
|
@ -12,10 +12,10 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM golang:1.12.7 as builder
|
||||
FROM golang:1.12.9 as builder
|
||||
|
||||
WORKDIR /github.com/kubernetes-incubator/external-dns
|
||||
RUN apt-get update && apt-get install -y bzr
|
||||
|
||||
COPY . .
|
||||
RUN apt-get update && \
|
||||
apt-get install ca-certificates && \
|
||||
|
Loading…
Reference in New Issue
Block a user