Updated baseimage to version 3.5.8 and use the one based on Alpine 3.15.

This commit is contained in:
Jocelyn Le Sage 2021-12-30 22:39:03 -05:00
parent 8bf09e82a2
commit dfb1f66f46

View File

@ -13,7 +13,7 @@ RUN gcc -static -o membarrier_check membarrier_check.c
RUN strip membarrier_check RUN strip membarrier_check
# Pull base image. # Pull base image.
FROM jlesage/baseimage-gui:alpine-3.12-v3.5.7 FROM jlesage/baseimage-gui:alpine-3.15-v3.5.8
# Docker image version is provided via build arg. # Docker image version is provided via build arg.
ARG DOCKER_IMAGE_VERSION=unknown ARG DOCKER_IMAGE_VERSION=unknown