Skip to content

Commit

Permalink
Update continuumio/miniconda3 Docker tag to v4.10.3 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Jul 27, 2021
1 parent 5e03450 commit d59d50b
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
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

FROM continuumio/miniconda3:4.9.2
FROM continuumio/miniconda3:4.10.3

# Upgrade all packages to meet security criteria
RUN apt-get update && apt-get upgrade -y && apt-get install sudo && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d59d50b

Please sign in to comment.