Skip to content

Commit

Permalink
Upgraded baseimage to version 4.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Nov 10, 2023
1 parent 58a71b4 commit 6416d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.18-v4.5.0
FROM jlesage/baseimage-gui:alpine-3.18-v4.5.1

# Docker image version is provided via build arg.
ARG DOCKER_IMAGE_VERSION=
Expand Down

0 comments on commit 6416d70

Please sign in to comment.