We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e2ba70 commit c724e46Copy full SHA for c724e46
2 files changed
.github/workflows/ci.yml
@@ -18,8 +18,6 @@ jobs:
18
19
- name: Set up Docker Buildx
20
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
21
- with:
22
- install: true
23
24
- name: Build Docker image and store in cache
25
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
Dockerfile
@@ -2,7 +2,7 @@ ARG REPO=alpine
2
ARG IMAGE=3.22.1@sha256:eafc1edb577d2e9b458664a15f23ea1c370214193226069eb22921169fc7e43f
3
FROM ${REPO}:${IMAGE} AS builder
4
5
-ARG VERSION=0.15.1
+ARG VERSION=0.15.2
6
ARG RELEASE=zig-x86_64-linux-${VERSION}
7
8
# We can't reliably pin the package versions on Alpine, so we ignore the linter warning.
0 commit comments