Compare commits
No commits in common. "724bb74eead581060c68d8907ed6b22810102e6e" and "a426518783872565b43dbd1d9d85fd0857027430" have entirely different histories.
724bb74eea
...
a426518783
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="f5bff1e285d3f973cacf73318e55175edafd633f"
|
||||
ENV MORTY_VERSION="5489cf4f5876106b53293d4023d49de880421b27"
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/asciimoo/morty
|
||||
|
||||
|
|
Reference in a new issue