Merge pull request 'Update docker images Docker tags to v1.17.0' (#34) from renovate/docker-images into main
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #34
This commit is contained in:
commit
1ea3a67ca7
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
|
|
||||||
# STEP 1 build executable binary
|
# STEP 1 build executable binary
|
||||||
FROM golang:1.16.7-alpine3.13@sha256:b26480f595fd4c03dacd793eeec866bc73e47f9e5673843cbb3a0e2820268742 AS builder-amd64
|
FROM golang:1.17.0-alpine3.13@sha256:b766a0b208eccc923a05141b484dadab5025efd0f3f6d9bbaba68aac624f558d AS builder-amd64
|
||||||
FROM arm32v7/golang:1.16.7-alpine3.13@sha256:1f52cd915cb844d697536be79c45f775daa5e3d954c23c0691938370670ed7dd AS builder-arm
|
FROM arm32v7/golang:1.17.0-alpine3.13@sha256:a159867ac35588460998ba44062db4e5613634da12437e50b6fa99c8d747d9a5 AS builder-arm
|
||||||
FROM arm64v8/golang:1.16.7-alpine3.13@sha256:2ce14a0842a200c1edd14e9535f13b15ca03fd98b237d589f8ca971f10a411a3 AS builder-arm64
|
FROM arm64v8/golang:1.17.0-alpine3.13@sha256:2e4405967c4018a875f45df6c96d3007bb2ab4842d6553e7f49e746be3f52c5b AS builder-arm64
|
||||||
FROM builder-${ARCH} AS builder
|
FROM builder-${ARCH} AS builder
|
||||||
|
|
||||||
ENV MORTY_VERSION="f5bff1e285d3f973cacf73318e55175edafd633f"
|
ENV MORTY_VERSION="f5bff1e285d3f973cacf73318e55175edafd633f"
|
||||||
|
|
Reference in a new issue