Updated Docker image to latest Alpine Linux (#7079)

This commit is contained in:
Paul Brussee 2024-04-23 11:02:20 +02:00 committed by GitHub
parent 5f40a53374
commit aaa7ce8e19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
FROM python:3.11-alpine3.18
FROM python:3.11-alpine3.19
# Build-time flags
ARG WITH_PLUGINS=true