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

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

parent df51c3f5
Branches
Tags
No related merge requests found
Pipeline #42020 failed
FROM debian:latest
FROM debian:bullseye
RUN apt-get update && \
apt-get install \
curl \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment