2
0
Fork 0

Update base image alpine version to 3.17

This commit is contained in:
Luca 2023-05-06 00:08:33 +02:00
parent 159e1b719f
commit 6564503855
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM python:3.10-alpine3.15
FROM python:3.10-alpine3.17
RUN apk add --no-cache git