diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c4764d..bdc528d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: - name: Build and Push id: build_and_push - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1 with: push: true tags: ghcr.io/${{ github.repository }}:${{ github.ref_name }} diff --git a/.github/workflows/scan-image.yml b/.github/workflows/scan-image.yml index 1c73d81..b432f77 100644 --- a/.github/workflows/scan-image.yml +++ b/.github/workflows/scan-image.yml @@ -22,7 +22,7 @@ jobs: - name: Build Image id: build_image - uses: docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0 + uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1 with: push: false load: true diff --git a/Dockerfile b/Dockerfile index cf88f5c..46eec2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN addgroup \ && mkdir --parents ${CONTAINER_HOME} \ && chown --recursive ${CONTAINER_USER}:${CONTAINER_GROUP} ${CONTAINER_HOME} \ && apk add --no-cache --virtual build \ - curl==8.8.0-r0 \ + curl==8.9.0-r0 \ && curl --location "https://dl.k8s.io/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl" \ --output /usr/local/bin/kubectl \ && chmod +x /usr/local/bin/kubectl \