playground: update NaCl to trunk.544461

This pulls in https://crrev.com/c/962675, which fixes the
underlying issue of NaCl mishandling signals during a SIGSEGV.

Fixes golang/go#23836

Change-Id: I562909354ee0e2aec819b9f7116f86f673ccadff
Reviewed-on: https://go-review.googlesource.com/101735
Reviewed-by: Andrew Bonventre <andybons@golang.org>
diff --git a/Dockerfile b/Dockerfile
index ddec475..a1fd7c4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@
 RUN set -x && \
     apt-get update && apt-get install -y ${BUILD_DEPS} ${DEPS} --no-install-recommends && rm -rf /var/lib/apt/lists/*
 
-RUN curl -s https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/49.0.2623.87/naclsdk_linux.tar.bz2 | tar -xj -C /usr/local/bin --strip-components=2 pepper_49/tools/sel_ldr_x86_64
+RUN curl -s https://storage.googleapis.com/nativeclient-mirror/nacl/nacl_sdk/trunk.544461/naclsdk_linux.tar.bz2 | tar -xj -C /usr/local/bin --strip-components=2 pepper_67/tools/sel_ldr_x86_64
 
 # Get the Go binary.
 RUN curl -sSL https://dl.google.com/go/go$GO_VERSION.linux-amd64.tar.gz -o /tmp/go.tar.gz && \