Using baseimage based on Alpine 3.18.
This commit is contained in:
parent
10df6ceabd
commit
1817c154d8
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ RUN gcc -static -o membarrier_check membarrier_check.c
|
|||
RUN strip membarrier_check
|
||||
|
||||
# Pull base image.
|
||||
FROM jlesage/baseimage-gui:alpine-3.17-v4.4.2
|
||||
FROM jlesage/baseimage-gui:alpine-3.18-v4.4.2
|
||||
|
||||
# Docker image version is provided via build arg.
|
||||
ARG DOCKER_IMAGE_VERSION=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue