Compare commits
3 commits
b0bcf8a86f
...
a36f8cfd28
Author | SHA1 | Date | |
---|---|---|---|
a36f8cfd28 | |||
f6fb0b1c0e | |||
1d4f44ecad |
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ jobs:
|
|||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v4
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64/v8
|
||||
push: true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# STEP 1 build executable binary
|
||||
FROM golang:1.22.6-alpine AS builder
|
||||
FROM golang:1.23.0-alpine AS builder
|
||||
|
||||
ENV CADVISOR_VERSION="v0.49.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue