update-docker-image(deps): bump alpine from 3.20 to 3.22 in /cmd/proxy (#2062)

Bumps alpine from 3.20 to 3.22.

---
updated-dependencies:
- dependency-name: alpine
  dependency-version: '3.22'
  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-08-13 05:39:09 +02:00
committed by GitHub
parent 5b7c76c159
commit caed52a6cd
+1 -1
View File
@@ -26,7 +26,7 @@ RUN DATE="$(date -u +%Y-%m-%d-%H:%M:%S-%Z)" && \
-ldflags "-X github.com/gomods/athens/pkg/build.version=$VERSION -X github.com/gomods/athens/pkg/build.buildDate=$DATE -s -w" \
-o /bin/athens-proxy ./cmd/proxy
FROM alpine:3.20
FROM alpine:3.22
ARG TARGETARCH
ENV GOROOT="/usr/local/go" \