Updated the apline linux version
This commit is contained in:
parent
60291ec65d
commit
d579b0c106
2
Makefile
2
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:
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user