base/alpine-glibc/Dockerfile: set tag 2.34

This commit is contained in:
Haitao Pan 2023-02-15 14:59:49 +08:00
parent 459215e889
commit c92cb1d9ce
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ jobs:
path: './base/alpine-glibc'
build_file: 'Dockerfile'
image: k8s/alpine-glibc
tag: latest
tag: 2.34
cache: true
cache_registry: cache

View File

@ -2,7 +2,7 @@
FROM alpine:latest
LABEL maintainer="Haitao Pan <manbuzhe2009@qq.com>"
ARG GLIBC_VERSION=2.35-r0
ARG GLIBC_VERSION=2.34-r0
# install glibc compatibility for alpine
RUN apk add --update --no-cache curl binutils \