We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d15b55 commit 5a2dfb0Copy full SHA for 5a2dfb0
1 file changed
.devcontainer/Dockerfile.python
@@ -15,9 +15,9 @@ COPY library-scripts/* /tmp/scripts/
15
RUN \
16
bash /tmp/scripts/common-debian.sh "true"; \
17
bash /tmp/scripts/setup-user-debian.sh "${USERNAME}" "${USER_UID}" "${USER_GID}"; \
18
- bash /tmp/scripts/hadolint-debian.sh "2.10.0"; \
19
- bash /tmp/scripts/shfmt-debian.sh "3.5.1"; \
20
- bash /tmp/scripts/shellcheck-debian.sh "0.8.0"; \
+ bash /tmp/scripts/hadolint-debian.sh "2.12.0"; \
+ bash /tmp/scripts/shfmt-debian.sh "3.6.0"; \
+ bash /tmp/scripts/shellcheck-debian.sh "0.9.0"; \
21
bash /tmp/scripts/editorconfig-debian.sh "2.6.0"; \
22
bash /tmp/scripts/trivy-debian.sh; \
23
bash /tmp/scripts/setup-python-tools.sh "/usr/local/bin/python" "/usr/local/"; \
0 commit comments