Compare commits
No commits in common. "1a71987c56037165e465f0016df81492702d40fd" and "c57bf1f0b72705492349ace3130950584d483b36" have entirely different histories.
1a71987c56
...
c57bf1f0b7
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM arm32v7/golang:1.15.7-alpine3.12@sha256:d54bff25a171d1b3036bf6b5dea2bbfaf75
|
|||
FROM arm64v8/golang:1.15.7-alpine3.12@sha256:e5389316a6dc295d6c0ca269c39124ad5bc9ebb416c71c810822cf6fbcf8ff01 AS builder-arm64
|
||||
FROM builder-${ARCH} AS builder
|
||||
|
||||
ENV MORTY_VERSION="f56efbfca411605bc7a2b5cc8fcad91df537a597"
|
||||
ENV MORTY_VERSION="4021e4369d6f62690474991a9b6901b751b940d5"
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/asciimoo/morty
|
||||
|
||||
|
|
Reference in a new issue