Skip to content
Snippets Groups Projects
Verified Commit 917ef509 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Hotfix: base Docker images on debian:buster (not "latest")

parent c6405e53
Branches main
No related tags found
No related merge requests found
Pipeline #43415 passed
FROM debian:latest
FROM debian:bullseye
RUN echo "deb http://deb.debian.org/debian buster-backports main" > /etc/apt/sources.list.d/buster-backports.list
RUN apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment