Skip to content

Commit

Permalink
fix: wopiserver.Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Aug 2, 2024
1 parent 3198389 commit aca8105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wopiserver.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.12.3-alpine
ARG BASEIMAGE=python:3.13.0b4-alpine

FROM $BASEIMAGE

Expand Down

0 comments on commit aca8105

Please sign in to comment.