Skip to content
Snippets Groups Projects
Verified Commit 92bf4f5d authored by Simon Schwitanski's avatar Simon Schwitanski :slight_smile:
Browse files

Dockerfiles: Remove platform flag to avoid Docker warning

parent c973c9c3
No related branches found
No related tags found
No related merge requests found
FROM --platform=linux/amd64 debian:latest
FROM debian:latest
USER root
RUN apt-get update --fix-missing && \
......
FROM --platform=linux/amd64 debian:12
FROM debian:12
USER root
RUN apt-get update --fix-missing && \
......
FROM --platform=linux/amd64 debian:12
FROM debian:12
USER root
RUN apt-get update --fix-missing && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment