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:
parent
b4b35d4a84
commit
3733eced60
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user