Skip to content

Commit 43f53d1

Browse files
authoredNov 16, 2022
Bumped alpine version. New URL to get-pip.py.
1 parent a9f543b commit 43f53d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docker/image-gitautodeploy/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
# People prefer different ways of configuring:
55
# volumes, ONBUILD instructions, secrets, configs, evironment vairables.
66
# This image doesn't have any proposals to let everyone do what they want.
7-
FROM alpine:3.12.1
7+
FROM alpine:3.15
88
# Build context is expected to be the root of the git repository Git-Auto-Deploy.
99

1010
RUN apk --no-cache --update add \
1111
python2 ca-certificates git openssh-client \
1212
&& \
1313
python --version && which python && \
14-
wget https://bootstrap.pypa.io/2.7/get-pip.py && \
14+
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py && \
1515
python get-pip.py && pip install --upgrade pip && rm get-pip.py && \
1616
rm -rf /var/cache/apk/*
1717

0 commit comments

Comments
 (0)
Please sign in to comment.