Update https://github.com/asciimoo/morty.git commit hash to 5489cf4
This commit is contained in:
parent
5fa68698a6
commit
d5e03ccdbc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM arm32v7/golang:1.16.2-alpine3.13@sha256:b1d11ae3a57e214620430094f54b37b07d7
|
|||
FROM arm64v8/golang:1.16.2-alpine3.13@sha256:8cab145c26bb1d6e0369c53c0c8def3781c218ab7099a879262fd9b5e4ed9197 AS builder-arm64
|
||||
FROM builder-${ARCH} AS builder
|
||||
|
||||
ENV MORTY_VERSION="f9abaeba78f4156cc1a5f739ca679dd6d1e85332"
|
||||
ENV MORTY_VERSION="5489cf4f5876106b53293d4023d49de880421b27"
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/asciimoo/morty
|
||||
|
||||
|
|
Reference in a new issue