Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
use v7.0.0-beta.25 of cli to resolve timing issues when binding mysql…
Browse files Browse the repository at this point in the history
… for 0 downtime deploys
  • Loading branch information
benjaminleesmith committed Oct 3, 2019
1 parent 6b9ec74 commit b5c3069
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ FROM golang:alpine as builder
RUN apk add --no-cache curl jq
RUN mkdir -p /assets
WORKDIR /assets
RUN curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github" | tar -xzf -
RUN curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&version=7.0.0-beta.25&source=github-rel" | tar -xzf -
RUN mv cf7 cf
COPY . /go/src/github.com/concourse/cf-resource
ENV CGO_ENABLED 0
RUN go build -o /assets/in github.com/concourse/cf-resource/in/cmd/in
Expand Down

0 comments on commit b5c3069

Please sign in to comment.