Skip to content

Commit d012253

Browse files
authored
Update Dockerfile to use latest Debian stable
1 parent fbee67d commit d012253

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

certs/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
FROM debian:stretch
1+
FROM debian:latest
22

33
RUN apt-get update
44
RUN apt-get install software-properties-common -y
5-
RUN apt-add-repository 'deb http://security.debian.org/debian-security stretch/updates main'
65
RUN apt-get update && apt-get install -y \
76
openssl \
87
libnss3-tools \
9-
openjdk-8-jdk \
8+
default-jdk \
109
curl
1110

1211
WORKDIR /certs

0 commit comments

Comments
 (0)