1
0
mirror of https://github.com/cs3org/wopiserver.git synced 2025-04-18 13:04:00 +03:00

fix: wopiserver.Dockerfile to reduce vulnerabilities

This commit is contained in:
snyk-bot 2024-04-14 20:47:04 +00:00 committed by Giuseppe Lo Presti
parent b4b35d4a84
commit 3733eced60

View File

@ -3,7 +3,7 @@
# Build: make docker or docker-compose -f wopiserver.yaml build --build-arg VERSION=`git describe | sed 's/^v//'` BASEIMAGE=... wopiserver
ARG VERSION=latest
ARG BASEIMAGE=python:3.11-alpine
ARG BASEIMAGE=python:3.12.3-alpine
FROM $BASEIMAGE