Skip to content

Commit

Permalink
fix: components/kubeflow/launcher/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 9, 2024
1 parent a24c113 commit 1f4925b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/kubeflow/launcher/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.0a2

COPY requirements.txt .
RUN python3 -m pip install -r \
Expand Down

0 comments on commit 1f4925b

Please sign in to comment.