Skip to content

Commit 2fa92de

Browse files
authored
Merge pull request #5565 from yubiuser/update_docker
Update Dockerfile to latest alpine
2 parents f37702a + 7c19f46 commit 2fa92de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
1919
# IN THE SOFTWARE.
2020

21-
FROM python:3.11.0-alpine3.17
21+
FROM python:3.11-alpine3.18
2222

2323
# Build-time flags
2424
ARG WITH_PLUGINS=true
@@ -54,6 +54,8 @@ RUN \
5454
gcc \
5555
libffi-dev \
5656
musl-dev \
57+
&& \
58+
pip install --no-cache-dir --upgrade pip \
5759
&& \
5860
pip install --no-cache-dir . \
5961
&& \

0 commit comments

Comments
 (0)