base/alpine-glibc/Dockerfile: set tag 2.34
This commit is contained in:
parent
459215e889
commit
c92cb1d9ce
2
.github/workflows/alpine-glibc-image.yaml
vendored
2
.github/workflows/alpine-glibc-image.yaml
vendored
@ -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
|
||||
|
||||
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user