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

Commit

Permalink
update cflinuxfs3 version to 0.140.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eirinici committed Oct 30, 2019
1 parent 7bdd03d commit 09fac9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY . .
RUN CGO_ENABLED=0 go build -mod=vendor -a -installsuffix cgo -o launch ./launchcmd
RUN CGO_ENABLED=0 go build -mod=vendor -a -installsuffix cgo -o launcher ./buildpackapplifecycle/launcher

FROM cloudfoundry/cflinuxfs3:0.139.0
FROM cloudfoundry/cflinuxfs3:0.140.0

RUN wget -O /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.2/dumb-init_1.2.2_amd64
RUN chmod +x /usr/local/bin/dumb-init
Expand Down

0 comments on commit 09fac9e

Please sign in to comment.