We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd3547 commit 2a7b4adCopy full SHA for 2a7b4ad
Dockerfile
@@ -2,7 +2,7 @@
2
# AVR, ARM GCC
3
# Microchip XC8, XC16, XC32
4
# Source and docs: https://gitlab.com/andersdra/docker-mplabx
5
-FROM python:3.8.5-slim-buster AS toolchains
+FROM docker.io/library/python:3.8.5-slim-buster AS toolchains
6
7
ARG DEBIAN_FRONTEND=noninteractive
8
ARG MCP_USER
@@ -48,7 +48,7 @@ COPY scripts/tool_dl /
48
RUN chmod +x /*.bash /*.py && /init.bash
49
50
# MPLAB X
51
-FROM debian:buster-slim
+FROM docker.io/library/debian:buster-slim
52
LABEL maintainer="Anders Draagen <[email protected]>"
53
54
0 commit comments