Merge pull request 'Update docker images Docker tags to v3.13.4' (#18) from renovate/docker-docker-images into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #18
This commit is contained in:
Samuel Philipp 2021-03-31 19:33:14 +00:00
commit b9be16537c

View file

@ -19,8 +19,8 @@ RUN go get -d -v && gofmt -l ./ && go build .
# STEP 2 build the image including only the binary
FROM amd64/alpine:3.13.3@sha256:4266485e304a825d82c375d3584121b53c802e3540d6b520b212a9f0784d56f5 AS base-amd64
FROM arm32v7/alpine:3.13.3@sha256:20e384223963ef2fd24ec9341eaad4c796673da0e848387e6fe53ee2ec118d0e AS base-arm
FROM arm64v8/alpine:3.13.3@sha256:31605c2bc05b020943d5c20a108f4bfe1af47e0a818e94411041805d1374ab42 AS base-arm64
FROM arm32v7/alpine:3.13.4@sha256:59b46c319f3b66dfda96faafd0c6959e9b2f409792d0236204f270dfd0235960 AS base-arm
FROM arm64v8/alpine:3.13.4@sha256:071fa5de01a240dbef5be09d69f8fef2f89d68445d9175393773ee389b6f5935 AS base-arm64
FROM base-${ARCH}
RUN apk upgrade --no-cache && \