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

Merge branch 'bump-container' into 'master'

Bump container to latest Debian

See merge request !4
parents 9d5724b2 fda58c7e
Branches master
No related tags found
1 merge request!4Bump container to latest Debian
Pipeline #4273 passed with stages
in 6 minutes and 52 seconds
FROM debian:stretch-slim
FROM debian:bullseye-slim
LABEL maintainer="ethitter"
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/debian-security bullseye-security main contrib non-free" >> /etc/apt/sources.list
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
......
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