🏗️ build(deps): bump alpine from 3.22.2 to 3.23.0 (#11)

Bumps alpine from 3.22.2 to 3.23.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-12-05 03:30:05 +08:00
committed by GitHub
parent ba7d822420
commit 1907745fff

View File

@@ -12,7 +12,7 @@ RUN git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transp
&& go mod tidy \
&& CGO_ENABLED=0 go build -ldflags="-s -w" -o /usr/bin/lyrebird ./cmd/lyrebird
FROM alpine:3.22.2
FROM alpine:3.23.0
ARG BUILD_DATE
ARG BUILD_VERSION