Skip to content

Commit 2a7b4ad

Browse files
committed
Update Dockerfile with complete URL's for images
1 parent 5bd3547 commit 2a7b4ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# AVR, ARM GCC
33
# Microchip XC8, XC16, XC32
44
# Source and docs: https://gitlab.com/andersdra/docker-mplabx
5-
FROM python:3.8.5-slim-buster AS toolchains
5+
FROM docker.io/library/python:3.8.5-slim-buster AS toolchains
66

77
ARG DEBIAN_FRONTEND=noninteractive
88
ARG MCP_USER
@@ -48,7 +48,7 @@ COPY scripts/tool_dl /
4848
RUN chmod +x /*.bash /*.py && /init.bash
4949

5050
# MPLAB X
51-
FROM debian:buster-slim
51+
FROM docker.io/library/debian:buster-slim
5252
LABEL maintainer="Anders Draagen <[email protected]>"
5353

5454
ARG DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)