Compare commits

..
Author SHA1 Message Date
snyk-bot b0ed07bf5a fix: Dockerfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200
- https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-8235200
2024-12-15 04:56:33 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ jobs:
- name: Build and push - name: Build and push
id: build id: build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v5
with: with:
builder: ${{ steps.buildx.outputs.name }} builder: ${{ steps.buildx.outputs.name }}
context: . context: .
+1 -1
View File
@@ -47,7 +47,7 @@ RUN go install github.com/yaegashi/muslstack@latest && \
# --- # ---
FROM alpine:3.18 FROM alpine:3.21.0
# renew global args from above & pin any dependency versions # renew global args from above & pin any dependency versions
ARG HUGO_VERSION ARG HUGO_VERSION