diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e4c3d2..5d66b3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f - with: - install: true - name: Build Docker image and store in cache uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 diff --git a/Dockerfile b/Dockerfile index f1a3e63..933e23d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG REPO=alpine ARG IMAGE=3.22.1@sha256:eafc1edb577d2e9b458664a15f23ea1c370214193226069eb22921169fc7e43f FROM ${REPO}:${IMAGE} AS builder -ARG VERSION=0.15.1 +ARG VERSION=0.15.2 ARG RELEASE=zig-x86_64-linux-${VERSION} # We can't reliably pin the package versions on Alpine, so we ignore the linter warning.