build: refresh alpine tzdata pin
Build and publish Docker images / Build and publish images (push) Failing after 10s

This commit is contained in:
2026-09-15 17:47:53 +08:00
parent e5a894b36b
commit 1cef2501ba
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ RUN apk --no-cache add bash=5.2.37-r0 brotli-libs=1.1.0-r2 busybox=1.37.0-r14 \
lz4-libs=1.10.0-r0 musl=1.2.5-r11 ncurses-terminfo-base=6.5_p20241006-r3 \
nghttp2-libs=1.69.0-r0 \
openssl=3.3.7-r0 postgresql-common=1.2-r1 postgresql16-client=16.15-r0 \
readline=8.2.13-r0 tzdata=2026c-r0 zlib=1.3.2-r0 zstd-libs=1.5.6-r2 && \
readline=8.2.13-r0 tzdata=2026d-r0 zlib=1.3.2-r0 zstd-libs=1.5.6-r2 && \
apk info -vv | sed 's/ .*//' | sort | diff -u /tmp/gochat-runtime-apks.txt - && \
rm /tmp/gochat-runtime-apks.txt && \
addgroup -S gochat && adduser -S gochat -G gochat
+1 -1
View File
@@ -30,6 +30,6 @@ postgresql16-client-16.15-r0
readline-8.2.13-r0
scanelf-1.3.8-r1
ssl_client-1.37.0-r14
tzdata-2026c-r0
tzdata-2026d-r0
zlib-1.3.2-r0
zstd-libs-1.5.6-r2