Skip to content

Commit

Permalink
fix: samples/contrib/nvidia-resnet/pipeline/Dockerfile to reduce vuln…
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 26, 2024
1 parent a24c113 commit 46f7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/contrib/nvidia-resnet/pipeline/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM python:3.6
FROM python:3.14.0a3

# Install Kubeflow Pipelines
RUN pip3 install kfp --upgrade
Expand Down

0 comments on commit 46f7746

Please sign in to comment.