Skip to content
Snippets Groups Projects
Commit 86d0259b authored by Erick Hitter's avatar Erick Hitter
Browse files

Bump container to latest Debian

parent 9d5724b2
Branches
Tags
1 merge request!4Bump container to latest Debian
Pipeline #4271 failed
FROM debian:stretch-slim FROM debian:bullseye-slim
LABEL maintainer="ethitter" LABEL maintainer="ethitter"
LABEL version="1.0" LABEL version="1.0"
RUN echo "deb http://security.debian.org/ stretch/updates main" >> /etc/apt/sources.list RUN echo "deb http://security.debian.org/ bullseye/updates main" >> /etc/apt/sources.list
RUN apt-get update \ RUN apt-get update \
&& apt-get -y --no-install-recommends install \ && apt-get -y --no-install-recommends install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment