Update https://github.com/asciimoo/morty.git commit hash to f5bff1e
This commit is contained in:
parent
a426518783
commit
007db228e2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM arm32v7/golang:1.16.3-alpine3.13@sha256:4d502bc9438ef1f8d818cf21ddcf18ceae9
|
|||
FROM arm64v8/golang:1.16.3-alpine3.13@sha256:7337b68ae25a7923742ef48eacdf5ad07963ec5ccf86bb7f95fd8dee6e63a723 AS builder-arm64
|
||||
FROM builder-${ARCH} AS builder
|
||||
|
||||
ENV MORTY_VERSION="5489cf4f5876106b53293d4023d49de880421b27"
|
||||
ENV MORTY_VERSION="f5bff1e285d3f973cacf73318e55175edafd633f"
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/asciimoo/morty
|
||||
|
||||
|
|
Reference in a new issue