Skip to content

Commit

Permalink
chore(deps): update debian docker tag to v12 (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: anaconda-renovate[bot] <anaconda-renovate[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 218544f commit 68aa6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anaconda3/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.9-slim
FROM debian:12.5-slim

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV PATH /opt/conda/bin:$PATH
Expand Down
2 changes: 1 addition & 1 deletion miniconda3/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11.9-slim
FROM debian:12.5-slim

LABEL maintainer="Anaconda, Inc"

Expand Down

0 comments on commit 68aa6e3

Please sign in to comment.