From d579b0c106f3dac12ff196b195901743612f39a3 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 10:24:05 +0700 Subject: [PATCH] Updated the apline linux version --- Makefile | 2 +- src/build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3640e17..ef40244 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER_IMAGE_NAME = calpine-os-linux -DOCKER_IMAGE_VERSION = 3.13.3 +DOCKER_IMAGE_VERSION = 3.13 DOCKER_IMAGE_SIZE = $(shell docker images --format "{{.Repository}} {{.Size}}" | grep $(DOCKER_IMAGE_NAME) | cut -d\ -f2) build: diff --git a/src/build.sh b/src/build.sh index 72ff544..2d2024a 100755 --- a/src/build.sh +++ b/src/build.sh @@ -10,7 +10,7 @@ set -ex # Default args DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME:-calpine-os-linux} DOCKER_USERNAME="${DOCKER_USERNAME:-cubetiq}" -ALPINE_VERSION="${ALPINE_VERSION:-3.13.3}" +ALPINE_VERSION="${ALPINE_VERSION:-3.13}" PACKAGES="apk-tools ca-certificates ssl_client" MKROOTFS="/tmp/alpine-make-rootfs"