Skip to content

Commit

Permalink
Upgrade Alpine to 3.11.2 (ish-app#604)
Browse files Browse the repository at this point in the history
Upgrade Alpine to 3.11.2
  • Loading branch information
tbodt authored Jan 12, 2020
2 parents e901a34 + f9b35b9 commit 3ca3bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iSH.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "curl -L http://dl-cdn.alpinelinux.org/alpine/v3.10/releases/x86/alpine-minirootfs-3.10.0-x86.tar.gz -o $SRCROOT/alpine.tar.gz";
shellScript = "curl -L http://dl-cdn.alpinelinux.org/alpine/v3.11/releases/x86/alpine-minirootfs-3.11.2-x86.tar.gz -o $SRCROOT/alpine.tar.gz";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/e2e.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VERBOSE=false
YES_MODE=false
TEST_PATTERN=""
SUMMARY_LOG=./e2e_out/summary.txt
ALPINE_IMAGE="http://dl-cdn.alpinelinux.org/alpine/v3.10/releases/x86/alpine-minirootfs-3.10.0-x86.tar.gz"
ALPINE_IMAGE="http://dl-cdn.alpinelinux.org/alpine/v3.11/releases/x86/alpine-minirootfs-3.11.2-x86.tar.gz"
rm -f "$SUMMARY_LOG"

while getopts "hvyf:e:" OPTION; do
Expand Down

0 comments on commit 3ca3bf6

Please sign in to comment.