Skip to content

Commit

Permalink
Updated baseimage to version 3.5.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jul 19, 2020
1 parent 122d592 commit ac75aa3
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 @@ -12,7 +12,7 @@ RUN gcc -o /tmp/uname_wrapper.so /tmp/uname_wrapper.c -Wall -Werror -fPIC -share
RUN strip /tmp/uname_wrapper.so

# Pull base image.
FROM jlesage/baseimage-gui:alpine-3.8-glibc-v3.5.3
FROM jlesage/baseimage-gui:alpine-3.8-glibc-v3.5.5

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

0 comments on commit ac75aa3

Please sign in to comment.