Skip to content

Commit

Permalink
Resolve lint findings
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast authored Sep 13, 2024
1 parent e04d4da commit 2e9b9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anaconda3/amazonlinux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM amazonlinux:2.0.20240903.0@sha256:7c3a1e990a2c3a3cb526b64c233d73e458d15a4cb000c39c0f1648299b9d113c

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="https://repo.anaconda.com/archive/Anaconda3-2024.06-1-Linux-aarch64.sh"
Expand Down

0 comments on commit 2e9b9a9

Please sign in to comment.