Skip to content

Commit

Permalink
more updates to versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jul 26, 2019
1 parent ecd6495 commit 54c5cdb
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion osquery/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion pdp-10/its/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:buster-slim
FROM debian:bullseye-slim

RUN apt-get update && apt-get install -y \
ca-certificates \
Expand Down
2 changes: 1 addition & 1 deletion termboy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

# Base docker image
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion texlive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Example use case:
# https://github.com/andygrunwald/FOM-LaTeX-Template

FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Christian Koep <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion tor-browser/alpha/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -e DISPLAY=unix$DISPLAY \
# jess/tor-browser:alpha
#
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion tor-browser/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# -e DISPLAY=unix$DISPLAY \
# jess/tor-browser
#
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down
2 changes: 1 addition & 1 deletion transmission-ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#

# Base docker image
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Install transmission and its dependencies
Expand Down
2 changes: 1 addition & 1 deletion virtualbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# then you can remove all the shit you copied
# rm -rf /usr/share/virtualbox /usr/lib/virtualbox
#
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# --name vscode \
# jess/vscode

FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

# Tell debconf to run in non-interactive mode
Expand Down
2 changes: 1 addition & 1 deletion wine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Wine docker image base
FROM debian:buster-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

# install wine
Expand Down

0 comments on commit 54c5cdb

Please sign in to comment.