diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 2fa7286..19bd30c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -13,9 +13,9 @@ jobs: strategy: matrix: base-image: - - quay.io/kairos/core-opensuse-leap:v2.3.0 - - quay.io/kairos/core-ubuntu-20-lts:v2.3.0 - - quay.io/kairos/core-ubuntu-22-lts:v2.3.0 + - quay.io/kairos/core-opensuse-leap:v2.3.2 + - quay.io/kairos/core-ubuntu-20-lts:v2.3.2 + - quay.io/kairos/core-ubuntu-22-lts:v2.3.2 rke2-version: - v1.26.4+rke2r1 - v1.25.3+rke2r1 diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index f757101..7546200 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -42,9 +42,9 @@ jobs: strategy: matrix: base-image: - - quay.io/kairos/core-opensuse-leap:v2.3.0 - - quay.io/kairos/core-ubuntu-20-lts:v2.3.0 - - quay.io/kairos/core-ubuntu-22-lts:v2.3.0 + - quay.io/kairos/core-opensuse-leap:v2.3.2 + - quay.io/kairos/core-ubuntu-20-lts:v2.3.2 + - quay.io/kairos/core-ubuntu-22-lts:v2.3.2 rke2-version: - v1.26.4+rke2r1 - v1.25.2+rke2r1 diff --git a/Earthfile b/Earthfile index cc4be79..24815fe 100644 --- a/Earthfile +++ b/Earthfile @@ -1,7 +1,7 @@ VERSION 0.6 FROM alpine -ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.3.0 +ARG BASE_IMAGE=quay.io/kairos/core-opensuse-leap:v2.3.2 ARG IMAGE_REPOSITORY=quay.io/kairos ARG LUET_VERSION=0.34.0 @@ -22,7 +22,7 @@ build-cosign: SAVE ARTIFACT /ko-app/cosign cosign go-deps: - FROM golang:$GOLANG_VERSION + FROM gcr.io/spectro-dev-public/golang:1.19-debian WORKDIR /build COPY go.mod go.sum ./ RUN go mod download