Skip to content

Commit

Permalink
update base image
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
  • Loading branch information
jessfraz committed Sep 14, 2018
1 parent 6a59d59 commit 6356143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions atom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#

# Base docker image
FROM debian:stretch-slim
FROM debian:buster-slim

LABEL maintainer "Jessie Frazelle <jess@linux.com>"

Expand Down Expand Up @@ -47,7 +47,6 @@ RUN apt-get update && apt-get install -y \
libasound2 \
libcap2 \
libgconf-2-4 \
libgnome-keyring-dev \
libgtk2.0-0 \
libnotify4 \
libnss3 \
Expand Down
3 changes: 2 additions & 1 deletion skype/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# --name skype \
# jess/skype
#
FROM debian:jessie-slim
FROM debian:buster-slim

# Tell debconf to run in non-interactive mode
ENV DEBIAN_FRONTEND noninteractive
Expand All @@ -19,6 +19,7 @@ RUN apt-get update && apt-get install -y \
apt-transport-https \
ca-certificates \
curl \
gnupg \
--no-install-recommends

# Add the skype debian repo
Expand Down

0 comments on commit 6356143

Please sign in to comment.