Skip to content

Commit e5efaa7

Browse files
authored
chore(deps): update continuumio/miniconda3 docker tag to v22 (GoogleCloudPlatform#9014)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [continuumio/miniconda3](https://togithub.com/ContinuumIO/docker-images) | stage | major | `4.10.3-alpine` -> `22.11.1-alpine` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/python-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC45Ny42IiwidXBkYXRlZEluVmVyIjoiMzQuOTcuNiJ9-->
1 parent eaa73cc commit e5efaa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataflow/custom-containers/miniconda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# -- Builder stage
1616
# https://docs.docker.com/develop/develop-images/multistage-build/
17-
FROM continuumio/miniconda3:4.10.3-alpine AS builder
17+
FROM continuumio/miniconda3:22.11.1-alpine AS builder
1818

1919
# Create a virtual environment and make it standalone with conda-pack.
2020
# https://conda.github.io/conda-pack

0 commit comments

Comments
 (0)