Testing circleci auto-publish of docker image (#531)

This commit is contained in:
Sam Clegg
2020-06-23 18:50:16 -07:00
committed by GitHub
parent 38a270fa5c
commit 25416b8ff7
2 changed files with 6 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ FROM debian:buster AS stage_build
# ------------------------------------------------------------------------------
# Supports only 1.38.40+, accepts also '-upstream' variants
ARG EMSCRIPTEN_VERSION=1.39.18
ARG EMSCRIPTEN_VERSION=1.39.17
# ------------------------------------------------------------------------------