Skip to content

Commit

Permalink
update 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 d9ffbdd commit eb463ad
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bcc-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# -v /etc/localtime:/etc/localtime:ro \
# r.j3ss.co/bcc-tools
#
FROM debian:stretch-slim
FROM debian:bullseye-slim
MAINTAINER Jessica Frazelle <[email protected]>

ENV PATH /usr/share/bcc/tools:$PATH
Expand Down
2 changes: 1 addition & 1 deletion cathode/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch-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 now/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add --no-cache \
curl \
gzip

ENV NOW_VERSION 15.8.5
ENV NOW_VERSION 15.8.7

RUN curl -sSL -o "/tmp/now.gz" "https://github.com/zeit/now-cli/releases/download/${NOW_VERSION}/now-alpine.gz" \
&& gzip -dv "/tmp/now.gz" \
Expand Down
2 changes: 1 addition & 1 deletion slack/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# --name slack \
# jess/slack "$@"

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

ENV LC_ALL en_US.UTF-8
Expand Down
3 changes: 1 addition & 2 deletions vagrant/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:jessie-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand All @@ -14,7 +14,6 @@ RUN apt-get update && apt-get install -y \
pkg-config \
qemu-kvm \
ruby-dev \
ruby-fog \
zlib1g-dev \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion vault/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk add --no-cache \
yarn \
zip

ENV VAULT_VERSION v1.2.0-beta2
ENV VAULT_VERSION v1.2.0-rc1

RUN go get github.com/hashicorp/vault

Expand Down
9 changes: 5 additions & 4 deletions virtualbox/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,15 @@
# then you can remove all the shit you copied
# rm -rf /usr/share/virtualbox /usr/lib/virtualbox
#
FROM debian:stretch-slim
FROM debian:buster-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update && apt-get install -y \
libcurl3 \
libvpx4 \
libcurl4 \
libvpx5 \
procps \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand All @@ -49,7 +50,7 @@ RUN buildDeps=' \
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& curl -sSL https://www.virtualbox.org/download/oracle_vbox_2016.asc | apt-key add - \
&& echo "deb http://download.virtualbox.org/virtualbox/debian stretch contrib" >> /etc/apt/sources.list.d/virtualbox.list \
&& echo "deb http://download.virtualbox.org/virtualbox/debian buster contrib" >> /etc/apt/sources.list.d/virtualbox.list \
&& apt-get update && apt-get install -y \
virtualbox-5.2 \
--no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion vlc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# --name vlc \
# jess/vlc
#
FROM debian:stretch-slim
FROM debian:bullseye-slim
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apt-get update && apt-get install -y \
Expand Down

0 comments on commit eb463ad

Please sign in to comment.