Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent 0711cfc commit a71ac6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# Copyright (c) 2022 Dell Inc, or its subsidiaries.
FROM python:3.12.0-alpine
FROM python:3.12.1-alpine

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 0: containerImage not pinned by hash
Remediation tip: pin your Docker image by updating python:3.12.1-alpine to python:3.12.1-alpine@sha256:14cfc61fc2404da8adc7b1cb1fcb299aefafab22ae571f652527184fbb21ce69
Click Remediation section below for further remediation help

WORKDIR /src
COPY . /src/
Expand Down

0 comments on commit a71ac6f

Please sign in to comment.