more updates to versions

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle 2019-07-26 11:55:49 -07:00
parent ecd6495c62
commit 54c5cdb6c0
No known key found for this signature in database
GPG Key ID: 511342F2E11BC77E
10 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -1,4 +1,4 @@
FROM debian:buster-slim FROM debian:bullseye-slim
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
ca-certificates \ ca-certificates \

View File

@ -17,7 +17,7 @@
# #
# Base docker image # Base docker image
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -6,7 +6,7 @@
# Example use case: # Example use case:
# https://github.com/andygrunwald/FOM-LaTeX-Template # https://github.com/andygrunwald/FOM-LaTeX-Template
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Christian Koep <christiankoep@gmail.com>" LABEL maintainer "Christian Koep <christiankoep@gmail.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -7,7 +7,7 @@
# -e DISPLAY=unix$DISPLAY \ # -e DISPLAY=unix$DISPLAY \
# jess/tor-browser:alpha # jess/tor-browser:alpha
# #
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -7,7 +7,7 @@
# -e DISPLAY=unix$DISPLAY \ # -e DISPLAY=unix$DISPLAY \
# jess/tor-browser # jess/tor-browser
# #
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \

View File

@ -17,7 +17,7 @@
# #
# Base docker image # Base docker image
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Install transmission and its dependencies # Install transmission and its dependencies

View File

@ -28,7 +28,7 @@
# then you can remove all the shit you copied # then you can remove all the shit you copied
# rm -rf /usr/share/virtualbox /usr/lib/virtualbox # rm -rf /usr/share/virtualbox /usr/lib/virtualbox
# #
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

View File

@ -9,7 +9,7 @@
# --name vscode \ # --name vscode \
# jess/vscode # jess/vscode
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# Tell debconf to run in non-interactive mode # Tell debconf to run in non-interactive mode

View File

@ -1,5 +1,5 @@
# Wine docker image base # Wine docker image base
FROM debian:buster-slim FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <jess@linux.com>" LABEL maintainer "Jessie Frazelle <jess@linux.com>"
# install wine # install wine