Skip to content
This repository was archived by the owner on Feb 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #39 from mmorejon/update-readme-file
Browse files Browse the repository at this point in the history
Update docker image versions.
stefanprodan authored Feb 5, 2020
2 parents 3d44d95 + f6e48ba commit e51cc40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -163,9 +163,9 @@ Let's create an image corresponding to the `dev` branch (replace `stefanprodan`
$ cd hack && ./ci-mock.sh -r stefanprodan/podinfo -b dev
Sending build context to Docker daemon 4.096kB
Step 1/15 : FROM golang:1.10 as builder
Step 1/15 : FROM golang:1.13 as builder
....
Step 9/15 : FROM alpine:3.7
Step 9/15 : FROM alpine:3.10
....
Step 12/15 : COPY --from=builder /go/src/github.com/stefanprodan/k8s-podinfo/podinfo .
....

0 comments on commit e51cc40

Please sign in to comment.