Skip to content

Commit

Permalink
Updated baseimage to version 3.5.8 and use the one based on Alpine 3.15.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Dec 31, 2021
1 parent cad0a46 commit a5ce087
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

# 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.
ARG DOCKER_IMAGE_VERSION=unknown
Expand Down Expand Up @@ -53,6 +53,7 @@ RUN \
build-base \
ruby-rake \
ruby-json \
ruby-rexml \
qt5-qtbase-dev \
qt5-qtmultimedia-dev \
boost-dev \
Expand Down

0 comments on commit a5ce087

Please sign in to comment.