1 Commits

Author SHA1 Message Date
781498fcfd chore(deps): update alpine docker tag to v3.23
All checks were successful
Validate PR Title / validate (pull_request) Successful in 1s
CI / ci (pull_request) Successful in 7s
2025-12-03 20:02:18 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.0
with:
fetch-depth: 0

View File

@@ -45,7 +45,7 @@ jobs:
REPO: ${{ gitea.repository }}
- name: Check out repository
uses: actions/checkout@v6.0.1
uses: actions/checkout@v6.0.0
with:
fetch-depth: 0
ref: ${{ needs.tag.outputs.tag_name }}

View File

@@ -1,4 +1,4 @@
FROM alpine:3.22 AS build
FROM alpine:3.23 AS build
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
FROM build AS webproc