Commit f3485dc7 authored by nimrod's avatar nimrod
Browse files

Specify the Docker Hub registry.

parent fe064fad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
FROM debian:bullseye-slim
FROM docker.io/debian:bullseye-slim
# hadolint ignore=DL3008
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
+1 −1
Original line number Diff line number Diff line
FROM debian:bullseye-slim
FROM docker.io/debian:bullseye-slim
# hadolint ignore=DL3008
RUN apt-get update && \
    DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \