fixed Dockerfile
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
aab7d95064
commit
7f51e68e40
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# STEP 1 build executable binary
|
# STEP 1 build executable binary
|
||||||
FROM golang:1.17.1-alpine3.13@sha256:bd3c3710755f637c6ec64b317a22e58f048ddefe622fb03073935ee9073ff99f
|
FROM golang:1.17.1-alpine3.13@sha256:bd3c3710755f637c6ec64b317a22e58f048ddefe622fb03073935ee9073ff99f AS builder
|
||||||
|
|
||||||
ENV CADVISOR_VERSION="v0.38.8"
|
ENV CADVISOR_VERSION="v0.38.8"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue