Skip to content

Commit

Permalink
chore(deps): update debian docker tag to v12.7 (#558)
Browse files Browse the repository at this point in the history
* chore(deps): update debian docker tag to v12.7

* Resolve lint findings

* Resolve lint findings 2

---------

Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Bast <[email protected]>
  • Loading branch information
anaconda-renovate[bot] and dbast authored Sep 13, 2024
1 parent d96d185 commit bb1f8bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions anaconda3/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:12.6-slim@sha256:2ccc7e39b0a6f504d252f807da1fc4b5bcd838e83e4dec3e2f57b2a4a64e7214
FROM debian:12.7-slim@sha256:a629e796d77a7b2ff82186ed15d01a493801c020eed5ce6adaa2704356f15a1c

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV PATH /opt/conda/bin:$PATH
ENV PATH=/opt/conda/bin:$PATH

# renovate: datasource=custom.anaconda_installer
ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-x86_64.sh"
Expand Down
4 changes: 2 additions & 2 deletions miniconda3/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:12.6-slim@sha256:2ccc7e39b0a6f504d252f807da1fc4b5bcd838e83e4dec3e2f57b2a4a64e7214
FROM debian:12.7-slim@sha256:a629e796d77a7b2ff82186ed15d01a493801c020eed5ce6adaa2704356f15a1c

LABEL maintainer="Anaconda, Inc"

Expand All @@ -22,7 +22,7 @@ RUN apt-get update -q && \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

ENV PATH /opt/conda/bin:$PATH
ENV PATH=/opt/conda/bin:$PATH

CMD [ "/bin/bash" ]

Expand Down

0 comments on commit bb1f8bb

Please sign in to comment.