Merge pull request 'Update docker images Docker tags to v1.16.6' (#30) 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: #30
This commit is contained in:
commit
eb56329cf9
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
ARG ARCH
|
||||
|
||||
# STEP 1 build executable binary
|
||||
FROM amd64/golang:1.16.5-alpine3.13@sha256:c8cbfe53dae2363fa89a7359bdf2d2e7a82239ea36fe8ea5444cc365983331e6 AS builder-amd64
|
||||
FROM arm32v7/golang:1.16.5-alpine3.13@sha256:f40484c9987573dd9ca305bac918f72a221840817fced17595a87c6fc06b275f AS builder-arm
|
||||
FROM arm64v8/golang:1.16.5-alpine3.13@sha256:1ba55bae768e5b140b78671cfca51167f2eec88463314418f0904a205c34df7c AS builder-arm64
|
||||
FROM amd64/golang:1.16.6-alpine3.13@sha256:4a66111be0397d2e59cac61d51aac106fe1a090bbc7fc1aed906f29f671b1efc AS builder-amd64
|
||||
FROM arm32v7/golang:1.16.6-alpine3.13@sha256:b83c0a6b7314fa6b0c764dadeb46ce9ea1eabbef2965b96dfdc079fcdb23c253 AS builder-arm
|
||||
FROM arm64v8/golang:1.16.6-alpine3.13@sha256:7331f6c4317e23cce90fbb4483c83e3a49b262770f525efabb9954187c922307 AS builder-arm64
|
||||
FROM builder-${ARCH} AS builder
|
||||
|
||||
ENV FILTRON_VERSION="v0.2.0"
|
||||
|
|
Reference in a new issue