ci: update alpine linux to 3.22 (#24052) [publish images]

This commit is contained in:
Meghan Denny
2025-10-25 14:52:34 -08:00
committed by GitHub
parent d2c2842420
commit fb1fbe62e6
4 changed files with 11 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FROM alpine:3.20 AS build
FROM alpine:3.22 AS build
# https://github.com/oven-sh/bun/releases
ARG BUN_VERSION=latest
@@ -44,7 +44,7 @@ RUN apk --no-cache add ca-certificates curl dirmngr gpg gpg-agent unzip \
&& rm -f "bun-linux-$build.zip" SHASUMS256.txt.asc SHASUMS256.txt \
&& chmod +x /usr/local/bin/bun
FROM alpine:3.20
FROM alpine:3.22
# Disable the runtime transpiler cache by default inside Docker containers.
# On ephemeral containers, the cache is not useful