Skip to content

Commit dda036d

Browse files
committed
playground: upgrade to Debian Buster
Buster is the latest stable release of Debian. Although Stretch is still covered by LTS, it's better to be up to date. Updates golang/go#25224 Change-Id: If91b7f3de834a6683880a1f661ff8777f58c38e7 Reviewed-on: https://go-review.googlesource.com/c/playground/+/227348 Reviewed-by: Carlos Amedee <[email protected]>
1 parent 5682330 commit dda036d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
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

88
RUN apt-get update && apt-get install -y --no-install-recommends curl bzip2 ca-certificates
99

1010
RUN 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
1414
LABEL maintainer="[email protected]"
1515

1616
ENV 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

8787
RUN apt-get update && apt-get install -y git ca-certificates --no-install-recommends
8888

0 commit comments

Comments
 (0)