From c92cb1d9ce40939fdc123547d5c2a59dbe5d9a81 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 15 Feb 2023 14:59:49 +0800 Subject: [PATCH] base/alpine-glibc/Dockerfile: set tag 2.34 --- .github/workflows/alpine-glibc-image.yaml | 2 +- base/alpine-glibc/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/alpine-glibc-image.yaml b/.github/workflows/alpine-glibc-image.yaml index 96b07ff..f59bae2 100644 --- a/.github/workflows/alpine-glibc-image.yaml +++ b/.github/workflows/alpine-glibc-image.yaml @@ -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 diff --git a/base/alpine-glibc/Dockerfile b/base/alpine-glibc/Dockerfile index 0e8daa6..e1370a6 100644 --- a/base/alpine-glibc/Dockerfile +++ b/base/alpine-glibc/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:latest LABEL maintainer="Haitao Pan " -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 \