File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33# license that can be found in the LICENSE file.
44
55# ###########################################################################
6- FROM debian:stretch AS nacl
6+ FROM debian:buster AS nacl
77
88RUN apt-get update && apt-get install -y --no-install-recommends curl bzip2 ca-certificates
99
1010RUN curl -s https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/trunk.544461/naclsdk_linux.tar.bz2 | tar -xj -C /tmp --strip-components=2 pepper_67/tools/sel_ldr_x86_64
1111
1212# ###########################################################################
13- FROM debian:stretch AS build
13+ FROM debian:buster AS build
1414LABEL maintainer=
"[email protected] " 1515
1616ENV BUILD_DEPS 'curl git gcc patch libc6-dev ca-certificates'
@@ -82,7 +82,7 @@ RUN ../bin/go install --tags=faketime std
8282
8383# ###########################################################################
8484# Final stage.
85- FROM debian:stretch
85+ FROM debian:buster
8686
8787RUN apt-get update && apt-get install -y git ca-certificates --no-install-recommends
8888
You can’t perform that action at this time.
0 commit comments