Bump alpine from 3.22 to 3.23 in /src

Bumps alpine from 3.22 to 3.23.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.23'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-06 10:03:12 +00:00
committed by GitHub
parent b947807924
commit 8f761bab02

View File

@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1
ARG FTL_SOURCE=remote
# Pull Stable images
FROM alpine:3.22 AS base
FROM alpine:3.23 AS base
ARG TARGETPLATFORM
ARG WEB_BRANCH="development"