Skip to content

Commit 3c7f1a4

Browse files
committed
Updated baseimage to version 2.4.4, based on Alpine 3.12.
1 parent 452212a commit 3c7f1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
# Pull base image.
8-
FROM jlesage/baseimage:alpine-3.9-v2.4.3
8+
FROM jlesage/baseimage:alpine-3.12-v2.4.4
99

1010
# Docker image version is provided via build arg.
1111
ARG DOCKER_IMAGE_VERSION=unknown
@@ -134,7 +134,7 @@ RUN \
134134
patch \
135135
yarn \
136136
git \
137-
python \
137+
python3 \
138138
npm \
139139
bash \
140140
&& \

0 commit comments

Comments
 (0)