Updated Alpine version from 3.20 to 3.21

This commit is contained in:
Alexey Pustovalov
2024-12-06 14:20:01 +09:00
parent f3d7062b86
commit 4ee4932adf
15 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@ ARG BUILD_BASE_IMAGE=zabbix-build-sqlite3:alpine-${ZBX_VERSION}
FROM ${BUILD_BASE_IMAGE} AS builder
FROM alpine:3.20
FROM alpine:3.21
ARG MAJOR_VERSION
ARG ZBX_VERSION