Compare commits

..
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
- name: Build and push
id: build
uses: docker/build-push-action@v6
uses: docker/build-push-action@v5
with:
builder: ${{ steps.buildx.outputs.name }}
context: .
+1 -1
View File
@@ -47,7 +47,7 @@ RUN go install github.com/yaegashi/muslstack@latest && \
# ---
FROM alpine:3.18
FROM alpine:3
# renew global args from above & pin any dependency versions
ARG HUGO_VERSION