Skip to content

Commit

Permalink
Merge pull request #190 from anaconda/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
chore(deps): pin centos docker tag to a27fd80
  • Loading branch information
mcg1969 authored Jun 1, 2024
2 parents 6ea9f3f + bf3c04b commit 176840f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ae5_tools/Dockerfile.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The base image is flexible; it simply needs to be able
# to support Anaconda-built glibc binaries.
FROM centos:8
FROM centos:8.4.2105@sha256:a27fd8080b517143cbbbab9dfb7c8571c40d67d534bbdee55bd6c473f432b177

# Miniconda is a minimal Python environment, consisting only of Python
# and the conda package manager. Instead of hosting it in the same directory
Expand Down Expand Up @@ -30,4 +30,4 @@ RUN tar xfz project.tar.gz --strip-components=1 && \
rm -rf ~/.conda project.tar.gz

# The CMD layer will be added by AE5-tools to execute the default
# or desired command over port 8086
# or desired command over port 8086

0 comments on commit 176840f

Please sign in to comment.