Skip to content

Commit

Permalink
fix: Dockerfile.vmc-builder to reduce vulnerabilities (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalkowski and snyk-bot authored Feb 9, 2024
1 parent e4e9173 commit 77112de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.vmc-builder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim-bullseye
FROM python:3.11.8-slim-bullseye

ARG VMC_VERSION=1.0.2
ENV VMC_VERSION=${VMC_VERSION}
Expand Down

0 comments on commit 77112de

Please sign in to comment.